Created
August 8, 2013 15:53
-
-
Save yetithefoot/6185850 to your computer and use it in GitHub Desktop.
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
apt-get update | |
apt-get install -y build-essential libssl-dev zlib1g-dev wget | |
apt-get remove -y libruby1.8 ruby1.8 ruby1.8-dev rubygems | |
rm -f /usr/bin/gem | |
apt-get install -y ruby1.9.1 ruby1.9.1-dev libruby1.9.1 | |
gem update --no-rdoc --no-ri -y | |
gem install ohai --no-rdoc --no-ri --verbose | |
gem install chef --no-rdoc --no-ri --verbose | |
gem install knife-solo --no-rdoc --no-ri --verbose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment