Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/44eb405e62a2415ab396d0f5f35be8662760dd1e?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -11,7 +11,7 @@ CHECKMARK='\033[0;32m\xE2\x9C\x94\033[0m'
echo -e "Loading Script..."
echo -e "Loading Script..."
echo -e " ${ CHECKMARK } \e[1;92m Installing Prerequisites... \e[0m "
echo -e " ${ CHECKMARK } \e[1;92m Installing Prerequisites... \e[0m "
apt update & >/dev/null
apt update & >/dev/null
apt-get install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl unzip shared-mime-info & >/dev/null
apt-get -y install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl unzip shared-mime-info & >/dev/null
echo -e " ${ CHECKMARK } \e[1;92m Downloading Webmin... \e[0m "
echo -e " ${ CHECKMARK } \e[1;92m Downloading Webmin... \e[0m "
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.983_all.deb & >/dev/null
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.983_all.deb & >/dev/null
echo -e " ${ CHECKMARK } \e[1;92m Installing Webmin... \e[0m "
echo -e " ${ CHECKMARK } \e[1;92m Installing Webmin... \e[0m "