Skip to content

Instantly share code, notes, and snippets.

@joshdvir
Created August 30, 2012 18:47
Show Gist options
  • Save joshdvir/3537300 to your computer and use it in GitHub Desktop.
Save joshdvir/3537300 to your computer and use it in GitHub Desktop.
Bootstrap Chef Solo - for Ubuntu 12.04
#!/usr/bin/env bash
apt-get -y update
apt-get -y -f install build-essential
apt-get -y install ruby1.9.1 rubygems1.9.1 ri1.9.1 rdoc1.9.1 ruby1.9.1-dev g++ irb1.9.1 libopenssl-ruby1.9.1 openssl
gem install chef right_aws --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment