Archived
1
0

'apt-webmin.sh' toevoegen

This commit is contained in:
2019-08-21 21:07:37 +00:00
parent c2fc4e8d52
commit b41221be85

10
apt-webmin.sh Normal file
View File

@@ -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