We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: Ubuntu 22.04 LTS sudo -i became root
root@atomia-dns-master:~# repo="$(wget -q -O - http://public.apt.atomia.com/setup.sh.shtml | sed s/%distcode/lsb_release -c | awk '{ print $2 }'/g)"; echo "$repo"
lsb_release -c | awk '{ print $2 }'
<!DOCTYPE html> <html> <body> <pre>#!/bin/sh echo 'deb http://apt.atomia.com/ubuntu-jammy jammy main' >> /etc/apt/sources.list cat | apt-key add - <<EOF -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.11 (GNU/Linux) ..... -----END PGP PUBLIC KEY BLOCK----- EOF apt-get update </pre> </body> </html>
Verify that you are OK with executing our APT repository install script, and then:
root@atomia-dns-master:~# echo "$repo" | sh sh: 2: Syntax error: newline unexpected
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Verify that you are OK with executing our APT repository install script, and then:
The text was updated successfully, but these errors were encountered: