mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update webmin.sh
This commit is contained in:
		
							parent
							
								
									aeacf8ce84
								
							
						
					
					
						commit
						f96fb6b27a
					
				| 
						 | 
				
			
			@ -13,9 +13,9 @@ echo -e "${CHECKMARK} \e[1;92m Installing Prerequisites... \e[0m"
 | 
			
		|||
apt update &>/dev/null
 | 
			
		||||
apt-get -y install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl unzip shared-mime-info &>/dev/null
 | 
			
		||||
echo -e "${CHECKMARK} \e[1;92m Downloading Webmin... \e[0m"
 | 
			
		||||
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.983_all.deb &>/dev/null
 | 
			
		||||
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.984_all.deb &>/dev/null
 | 
			
		||||
echo -e "${CHECKMARK} \e[1;92m Installing Webmin... \e[0m"
 | 
			
		||||
dpkg --install webmin_1.983_all.deb &>/dev/null
 | 
			
		||||
dpkg --install webmin_1.984_all.deb &>/dev/null
 | 
			
		||||
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
 | 
			
		||||
echo -e    "Install Complete, Now Go To https:// IP:10000"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue