Skip to content
New issue

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

The Atomia DNS installation tutorial failed at step 3 #97

Open
ckc opened this issue May 3, 2022 · 0 comments
Open

The Atomia DNS installation tutorial failed at step 3 #97

ckc opened this issue May 3, 2022 · 0 comments

Comments

@ckc
Copy link
Contributor

ckc commented May 3, 2022

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"

<!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 - &lt&ltEOF
-----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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant