curl -Lk https://gist.github.com/artembeloglazov/6306231/raw/install.sh | sh
Last active
February 15, 2017 17:33
-
-
Save artembeloglazov/6306231 to your computer and use it in GitHub Desktop.
Установка Webmin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo sh -c 'echo "deb http://download.webmin.com/download/repository sarge contrib \ndeb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib" > /etc/apt/sources.list.d/webmin.list' | |
sudo curl -o /tmp/webmin.key http://www.webmin.com/jcameron-key.asc | |
sudo apt-key add /tmp/webmin.key | |
sudo apt-get update | |
sudo apt-get -y install webmin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment