Last active
August 29, 2015 14:03
-
-
Save phillf/603ffc8c4301f6d847ed to your computer and use it in GitHub Desktop.
Install usermin and 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
#!/bin/bash | |
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.690_all.deb; sudo dpkg -i webmin_1.690_all.deb; wget http://prdownloads.sourceforge.net/webadmin/usermin_1.600_all.deb; sudo dpkg -i usermin_1.600_all.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment