Skip to content

Instantly share code, notes, and snippets.

@msonnabaum
Created February 11, 2011 02:56
Show Gist options
  • Save msonnabaum/821847 to your computer and use it in GitHub Desktop.
Save msonnabaum/821847 to your computer and use it in GitHub Desktop.
#!/bin/bash
apt-get update
apt-get install -y ruby ruby-dev rubygems libopenssl-ruby
echo "gem: --bindir /usr/local/bin" >> ~/.gemrc
gem install chef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment