From 074951c2306e3f7ac77f3decca03a4952609e919 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 15 Jul 2018 11:29:42 -0500 Subject: [PATCH] Update webmin-install.sh --- webmin-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/webmin-install.sh b/webmin-install.sh index b58742e..b0f71ac 100644 --- a/webmin-install.sh +++ b/webmin-install.sh @@ -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