mirror of
https://github.com/mtan93/webmin-install-ubuntu.git
synced 2026-03-08 05:32:00 +00:00
Create webmin-install.sh
This commit is contained in:
6
webmin-install.sh
Normal file
6
webmin-install.sh
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
|
||||||
|
echo "deb http://download.webmin.com/download/repository sarge contrib" | sudo tee -a /etc/apt/sources.list
|
||||||
|
wget http://www.webmin.com/jcameron-key.asc
|
||||||
|
sudo apt-key add jcameron-key.asc
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install webmin -y
|
||||||
Reference in New Issue
Block a user