From bc98c1ed80bbc3cccb9f5f744a352e15928ebcf6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 5 Jul 2023 06:17:21 -0400 Subject: [PATCH] Update webmin.sh version 2.021 --- misc/webmin.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/webmin.sh b/misc/webmin.sh index 0095a911..b4375267 100644 --- a/misc/webmin.sh +++ b/misc/webmin.sh @@ -27,16 +27,16 @@ 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_2.000_all.deb &>/dev/null +wget http://prdownloads.sourceforge.net/webadmin/webmin_2.021_all.deb &>/dev/null echo -e "${CM}${CL} \r" echo -en "${GN} Installing Webmin... " -dpkg --install webmin_2.000_all.deb &>/dev/null +dpkg --install webmin_2.021_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_2.000_all.deb +rm -rf /root/webmin_2.021_all.deb echo -e "${CM}${CL} \r" IP=$(hostname -I | cut -f1 -d ' ') echo -e "Successfully Installed!! Webmin should be reachable by going to https://${IP}:10000"