Update bunkerweb-install.sh

tweak
This commit is contained in:
tteckster 2024-05-23 21:43:30 -04:00 committed by GitHub
parent 14798991b4
commit 31ae6d829c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ msg_ok "Installed Nginx v1.20.0"
msg_info "Installing BunkerWeb v1.5.7"
export UI_WIZARD=1
$STD curl -sSL https://packagecloud.io/install/repositories/bunkerity/bunkerweb/script.deb.sh | bash
curl -sSL https://packagecloud.io/install/repositories/bunkerity/bunkerweb/script.deb.sh | bash &>/dev/null
$STD apt-get install -y bunkerweb=1.5.7
#$STD apt-mark hold nginx bunkerweb
msg_ok "Installed BunkerWeb v1.5.7"