Skip to content

Instantly share code, notes, and snippets.

@artembeloglazov
Last active February 15, 2017 17:33
Show Gist options
  • Save artembeloglazov/6306231 to your computer and use it in GitHub Desktop.
Save artembeloglazov/6306231 to your computer and use it in GitHub Desktop.
Установка Webmin
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
curl -Lk https://gist.github.com/artembeloglazov/6306231/raw/install.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment