Update webmin-install.sh

This commit is contained in:
2018-07-15 11:29:42 -05:00
parent 8834246142
commit 074951c230

View File

@@ -1,8 +1,6 @@
#!/bin/bash
# Webmin Install Script
sudo -i
if type apt &>/dev/null; then
echo -e "deb http://download.webmin.com/download/repository sarge contrib" > /etc/apt/sources.list.d/webmin.list
cd /tmp