We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b71e83 commit 72fd905Copy full SHA for 72fd905
1 file changed
os/caddy/justfile
@@ -1,4 +1,9 @@
1
setup:
2
+ curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
3
+ curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list
4
+ sudo chmod o+r /usr/share/keyrings/caddy-stable-archive-keyring.gpg
5
+ sudo chmod o+r /etc/apt/sources.list.d/caddy-stable.list
6
+ sudo apt update
7
sudo apt install -y caddy
8
sudo cp Caddyfile /etc/caddy/
9
sudo systemctl reenable caddy
0 commit comments