Преглед изворни кода

update caddy install commands

master
samir1 пре 6 часа
родитељ
комит
e1d2fb8efa
1 измењених фајлова са 3 додато и 3 уклоњено
  1. +3
    -3
      prep-grid-vm.sh

+ 3
- 3
prep-grid-vm.sh Прегледај датотеку

@@ -19,9 +19,9 @@ install_docker() {

install_caddy() {
echo "Installing Caddy"
apt-get 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
apt install -y debian-keyring debian-archive-keyring apt-transport-https
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
apt-get update
apt-get install caddy -y
echo "Caddy installation completed."


Loading…
Откажи
Сачувај