mirror of
https://github.com/mtan93/webmin-install-ubuntu.git
synced 2026-03-08 21:02:58 +00:00
8 lines
220 B
Bash
8 lines
220 B
Bash
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
|
|
sh setup-repos.sh
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install webmin -y
|