Update bunkerweb.sh

fixes https://github.com/tteck/Proxmox/issues/3942
This commit is contained in:
tteckster 2024-10-21 13:02:14 -04:00 committed by GitHub
parent 824710ddd4
commit d11ad56158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,7 @@ Pin: version ${RELEASE}
Pin-Priority: 1001
EOF
apt-get update
apt-get install -y nginx=1.26.1*
apt-get install -y nginx=1.26.2*
apt-get install -y bunkerweb=${RELEASE}
echo "${RELEASE}" >/opt/${APP}_version.txt
msg_ok "Updated ${APP} to ${RELEASE}"