From 81eba9644f1a526b4babb0621d678a466fbfcbbf Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Sun, 28 May 2023 14:34:20 +0100 Subject: [PATCH] Update webmin-install.sh --- webmin-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webmin-install.sh b/webmin-install.sh index fd1237a..bbcb127 100644 --- a/webmin-install.sh +++ b/webmin-install.sh @@ -1,7 +1,6 @@ sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak -curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh -sh setup-repos.sh +sudo curl https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh | sh sudo apt-get update sudo apt-get install webmin -y