Update webmin-install.sh

This commit is contained in:
Michael
2023-05-28 14:34:20 +01:00
committed by GitHub
parent 85a0ed90c1
commit 81eba9644f

View File

@@ -1,7 +1,6 @@
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 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 sudo curl https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh | sh
sh setup-repos.sh
sudo apt-get update sudo apt-get update
sudo apt-get install webmin -y sudo apt-get install webmin -y