From 817857b5dd7494fa0ea29ae1456d6f2b28c08e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mart=C3=ADn?= Date: Wed, 27 Jul 2022 12:02:09 -0500 Subject: [PATCH] Changing the caddy installation steps Changing the caddy installation steps Because of this Caddy's issue from the official repo https://github.com/caddyserver/dist/issues/83 --- docs/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide.md b/docs/guide.md index f3a8a4f0477f..fb32093f0b14 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -126,7 +126,7 @@ access code-server on an iPad or do not want to use SSH port forwarding. ```console sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https -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 curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list sudo apt update sudo apt install caddy