mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update webmin.sh
This commit is contained in:
		@@ -25,11 +25,11 @@ echo -en "${GN} Downloading Webmin... "
 | 
				
			|||||||
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.984_all.deb &>/dev/null
 | 
					wget http://prdownloads.sourceforge.net/webadmin/webmin_1.984_all.deb &>/dev/null
 | 
				
			||||||
echo -e "${CM}${CL} \r"
 | 
					echo -e "${CM}${CL} \r"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo -e "${GN} Installing Webmin... "
 | 
					echo -en "${GN} Installing Webmin... "
 | 
				
			||||||
dpkg --install webmin_1.984_all.deb &>/dev/null
 | 
					dpkg --install webmin_1.984_all.deb &>/dev/null
 | 
				
			||||||
echo -e "${CM}${CL} \r"
 | 
					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
 | 
					/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"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user