put a hold on caddy 2.4.5 for now

This commit is contained in:
Patrick McGuire
2021-12-09 17:33:10 -05:00
committed by GitHub
parent 95a0ef3c12
commit a044cad623
+1 -1
View File
@@ -217,7 +217,7 @@ install_caddy() {
'https://dl.cloudsmith.io/public/caddy/stable/setup.deb.sh' \
| sudo -E bash
apt -qq update
apt install -qqy caddy=2.4.5
apt install -qqy caddy=2.4.5 && apt-mark hold caddy
systemctl enable --now caddy
else
echo "Caddy is installed"