mirror of
https://github.com/mtan93/webmin-install-ubuntu.git
synced 2026-03-08 05:32:00 +00:00
7 lines
194 B
Bash
7 lines
194 B
Bash
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
|
|
|
|
sudo curl https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh | sh
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install webmin -y
|