Update webmin.sh

This commit is contained in:
tteckster 2021-12-10 18:43:38 -05:00 committed by GitHub
parent c8ff22f566
commit 446eaf2307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ echo -e "${CHECKMARK} \e[1;92m Installing Webmin... \e[0m"
dpkg --install webmin_1.983_all.deb &>/dev/null dpkg --install webmin_1.983_all.deb &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Setting Default Webmin usermame & password to root... \e[0m" echo -e "${CHECKMARK} \e[1;92m Setting Default Webmin usermame & password to root... \e[0m"
/usr/share/webmin/changepass.pl /etc/webmin root root &>/dev/null /usr/share/webmin/changepass.pl /etc/webmin root root &>/dev/null
echo -e "Install Complete, Now Go To IP:10000" echo -e "Install Complete, Now Go To https:// IP:10000"
# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/webmin.sh)" # bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/webmin.sh)"