Skip to content

Instantly share code, notes, and snippets.

@yesmeck
Forked from ryanb/chef_solo_bootstrap.sh
Last active December 16, 2015 13:48
Show Gist options
  • Save yesmeck/5443881 to your computer and use it in GitHub Desktop.
Save yesmeck/5443881 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
apt-get -y update
apt-get -y install build-essential zlib1g-dev libssl-dev libreadline6-dev libyaml-dev ruby1.9.3
gem install chef ruby-shadow bundler --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment