mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
BunkerWeb - update repository address
BunkerWeb repository address is now available at https://repo.bunkerweb.io Source : https://docs.bunkerweb.io/latest/integrations/#linux
This commit is contained in:
parent
80fb3ee841
commit
0c05191627
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ msg_ok "Installed Nginx"
|
|||
RELEASE=$(curl -s https://api.github.com/repos/bunkerity/bunkerweb/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
|
||||
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
|
||||
curl -sSL https:/repo.bunkerweb.io/install/script.deb.sh | bash &>/dev/null
|
||||
$STD apt-get install -y bunkerweb=${RELEASE}
|
||||
cat <<EOF >/etc/apt/preferences.d/bunkerweb
|
||||
Package: bunkerweb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue