We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9ec02 commit cb09650Copy full SHA for cb09650
docs/guide.md
@@ -126,7 +126,7 @@ access code-server on an iPad or do not want to use SSH port forwarding.
126
127
```console
128
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
129
-curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo apt-key add -
+curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
130
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list
131
sudo apt update
132
sudo apt install caddy
0 commit comments