From 9fce615c4b260bf1e4c20505e32259abf59f0727 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 28 Sep 2022 16:28:22 -0400 Subject: [PATCH] Update webmin.sh update starting version --- misc/webmin.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/webmin.sh b/misc/webmin.sh index 080b5611..d5dca0de 100644 --- a/misc/webmin.sh +++ b/misc/webmin.sh @@ -22,19 +22,19 @@ apt-get -y install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl unzip sh echo -e "${CM}${CL} \r" echo -en "${GN} Downloading Webmin... " -wget http://prdownloads.sourceforge.net/webadmin/webmin_1.996_all.deb &>/dev/null +wget http://prdownloads.sourceforge.net/webadmin/webmin_2.000_all.deb &>/dev/null echo -e "${CM}${CL} \r" echo -en "${GN} Installing Webmin... " -dpkg --install webmin_1.996_all.deb &>/dev/null +dpkg --install webmin_2.000_all.deb &>/dev/null echo -e "${CM}${CL} \r" echo -en "${GN} Setting Default Webmin usermame & password to root... " /usr/share/webmin/changepass.pl /etc/webmin root root &>/dev/null -rm -rf /root/webmin_1.996_all.deb +rm -rf /root/webmin_2.000_all.deb echo -e "${CM}${CL} \r" IP=$(hostname -I | cut -f1 -d ' ') -echo -e "${BL} Successfully Installed Webmin, Now Go To https://${IP}:10000 ${CL}" +echo -e "Successfully Installed!! Webmin should be reachable by going to https://${IP}:10000" # bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/webmin.sh)"