Browse Source

caddy fix

master
Coesens Bert 1 year ago
parent
commit
fa14bea467
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      prep-grid-vm.sh

+ 1
- 0
prep-grid-vm.sh View File

@@ -21,6 +21,7 @@ sh add-tf-users.sh
apt install -y debian-keyring debian-archive-keyring apt-transport-https
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | tee /etc/apt/trusted.gpg.d/caddy-stable.asc
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | tee /etc/apt/sources.list.d/caddy-stable.list
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
apt update
apt install caddy -y



Loading…
Cancel
Save