Refactor: Changed the way we install BunkerWeb by leveraging the brand new install-bunkerweb.sh (#5707)

Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
Théophile Diot
2025-07-07 10:04:01 +02:00
committed by GitHub
parent 9ae95d1eb5
commit 9893379eef
3 changed files with 12 additions and 14 deletions

View File

@@ -37,8 +37,8 @@ Pin: version ${RELEASE}
Pin-Priority: 1001
EOF
apt-get update
apt-get install -y nginx=1.26.3*
apt-get install -y bunkerweb=${RELEASE}
apt-mark unhold bunkerweb nginx
apt-get install -y --allow-downgrades bunkerweb=${RELEASE}
echo "${RELEASE}" >/opt/${APP}_version.txt
msg_ok "Updated ${APP} to ${RELEASE}"