'apt-webmin.sh' toevoegen
This commit is contained in:
10
apt-webmin.sh
Normal file
10
apt-webmin.sh
Normal 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
|
||||||
Reference in New Issue
Block a user