diff --git a/caddy/_install.sh b/caddy/_install.sh index e3c38f6..2668bfc 100644 --- a/caddy/_install.sh +++ b/caddy/_install.sh @@ -5,7 +5,7 @@ if [[ $(which caddy) != "/usr/bin/caddy" ]]; then # Install sources and keys curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | 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 + curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | tee /etc/apt/sources.list.d/caddy-stable.list fi # Install or upgrade caddy