diff --git a/ct/bunkerweb.sh b/ct/bunkerweb.sh index 98a809638..4f2508436 100644 --- a/ct/bunkerweb.sh +++ b/ct/bunkerweb.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck (tteckster) # License: MIT diff --git a/install/bunkerweb-install.sh b/install/bunkerweb-install.sh index baee82647..0ce1a8eef 100644 --- a/install/bunkerweb-install.sh +++ b/install/bunkerweb-install.sh @@ -21,6 +21,7 @@ $STD apt-get install -y gpg $STD apt-get install -y apt-transport-https $STD apt-get install -y lsb-release $STD apt-get install -y openssh-server +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Installing Nginx"