new version notes for pre-installed image

This commit is contained in:
Patrick McGuire
2021-11-17 10:24:42 -05:00
parent 17df860b99
commit bf815aaffe
6 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ install_caddy() {
'https://dl.cloudsmith.io/public/caddy/stable/setup.deb.sh' \
| sudo -E bash
apt -qq update
apt install -qqy caddy
apt install -qqy caddy=2.4.5
systemctl enable --now caddy
else
echo "Caddy is installed"