Created
December 8, 2010 22:19
-
-
Save robheittman/734023 to your computer and use it in GitHub Desktop.
Stuff a Zerigo Ubuntu 10.04 LTS server needs
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 apt-get install python-software-properties | |
add-apt-repository "deb http://archive.canonical.com/ lucid partner" | |
apt-get update | |
apt-get install sun-java6-jdk | |
apt-get install git-core | |
apt-get install ntp | |
apt-get install vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment