Created
April 23, 2012 19:03
-
-
Save greggyNapalm/2473116 to your computer and use it in GitHub Desktop.
Ubuntu 12 LTS; postinstall
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
# remove unnecessary | |
#------------------- | |
sudo /etc/init.d/apparmor stop | |
sudo update-rc.d -f apparmor remove | |
sudo mv /etc/motd /etc/motd_orig | |
# upgrade packets | |
sudo aptitude update && aptitude upgrade | |
# phantom build required | |
#----------------------- | |
sudo aptitude install devscripts debhelper libssl-dev | |
# work helpers | |
#------------- | |
sudo aptitude install openssh-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment