From b82bebcad8fea302dba777cee9c8075957cdbf12 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Fri, 24 Jan 2020 10:41:42 +0000 Subject: [PATCH] Update webmin-install.sh --- webmin-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webmin-install.sh b/webmin-install.sh index 3786050..6954876 100644 --- a/webmin-install.sh +++ b/webmin-install.sh @@ -2,5 +2,5 @@ sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak echo "deb http://download.webmin.com/download/repository sarge contrib" | sudo tee -a /etc/apt/sources.list wget http://www.webmin.com/jcameron-key.asc sudo apt-key add jcameron-key.asc -sudo apt update -sudo apt install webmin -y +sudo apt-get update +sudo apt-get install webmin -y