From f8886e1ad47aa0e878c29efecd5e87fb3ab99b7a Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Sun, 28 May 2023 14:30:29 +0100 Subject: [PATCH] Update webmin-install.sh --- webmin-install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/webmin-install.sh b/webmin-install.sh index 6954876..fd1237a 100644 --- a/webmin-install.sh +++ b/webmin-install.sh @@ -1,6 +1,7 @@ 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 + +curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh +sh setup-repos.sh + sudo apt-get update sudo apt-get install webmin -y