Skip to content

Instantly share code, notes, and snippets.

@dwradcliffe
Created July 27, 2011 17:20
Show Gist options
  • Save dwradcliffe/1109895 to your computer and use it in GitHub Desktop.
Save dwradcliffe/1109895 to your computer and use it in GitHub Desktop.
Chef bootstrap
#!/bin/bash
apt-get install ssh build-essential
wget http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise_1.8.7-2011.03_i386_ubuntu10.04.deb
dpkg -i ruby-enterprise_1.8.7-2011.03_i386_ubuntu10.04.deb
gem install chef --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment