Update bunkerweb-install.sh

hold bunkerweb version
This commit is contained in:
tteckster 2024-07-03 10:01:49 -04:00 committed by GitHub
parent 15be0761ff
commit 7daad62fad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ msg_info "Installing BunkerWeb v${RELEASE}"
export UI_WIZARD=1
curl -sSL https://packagecloud.io/install/repositories/bunkerity/bunkerweb/script.deb.sh | bash &>/dev/null
$STD apt-get install -y bunkerweb=${RELEASE}
$STD apt-mark hold bunkerweb
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
msg_ok "Installed BunkerWeb v${RELEASE}"