Update webmin.sh

This commit is contained in:
tteckster 2022-02-19 04:50:15 -05:00 committed by GitHub
parent bb6d40bdae
commit 4783767563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,11 +25,11 @@ echo -en "${GN} Downloading Webmin... "
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.984_all.deb &>/dev/null
echo -e "${CM}${CL} \r"
echo -e "${GN} Installing Webmin... "
echo -en "${GN} Installing Webmin... "
dpkg --install webmin_1.984_all.deb &>/dev/null
echo -e "${CM}${CL} \r"
echo -e "${GN} Setting Default Webmin usermame & password to root... "
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.984_all.deb
echo -e "${CM}${CL} \r"