mirror of https://github.com/tteck/Proxmox.git
Update webmin.sh
This commit is contained in:
parent
39f0fe7c11
commit
6be1f084d6
|
@ -33,8 +33,8 @@ echo -en "${GN} Setting Default Webmin usermame & password to root... "
|
||||||
/usr/share/webmin/changepass.pl /etc/webmin root root &>/dev/null
|
/usr/share/webmin/changepass.pl /etc/webmin root root &>/dev/null
|
||||||
rm -rf /root/webmin_1.984_all.deb
|
rm -rf /root/webmin_1.984_all.deb
|
||||||
echo -e "${CM}${CL} \r"
|
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 "${BL} Successfully Installed Webmin, Now Go To https://&{IP}:10000 ${CL}"
|
||||||
|
|
||||||
|
|
||||||
# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/webmin.sh)"
|
# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/webmin.sh)"
|
||||||
|
|
Loading…
Reference in New Issue