From b41221be850ff8d1ef0c6cb608e27b1a1b2cf86e Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 21 Aug 2019 21:07:37 +0000 Subject: [PATCH] 'apt-webmin.sh' toevoegen --- apt-webmin.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apt-webmin.sh diff --git a/apt-webmin.sh b/apt-webmin.sh new file mode 100644 index 0000000..4eef7a2 --- /dev/null +++ b/apt-webmin.sh @@ -0,0 +1,10 @@ +apt update +apt-get install apt-transport-https gnupg2 -y + +wget http://www.webmin.com/jcameron-key.asc +apt-key add jcameron-key.asc +rm jcameron-key.asc + +echo "deb https://download.webmin.com/download/repository sarge contrib" > /etc/apt/sources.list.d/webmin.list +apt-get update +apt-get install webmin -y \ No newline at end of file