Skip to content

Instantly share code, notes, and snippets.

@hernandesbsousa
Forked from wolfeidau/gist:3328844
Created October 25, 2013 17:31
Show Gist options
  • Save hernandesbsousa/7158576 to your computer and use it in GitHub Desktop.
Save hernandesbsousa/7158576 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
apt-get -y update
apt-get -y upgrade
apt-get -y install git build-essential autoconf zlib1g-dev libssl-dev \
libreadline-dev libyaml-dev libcurl4-openssl-dev curl python-software-properties \
ruby1.9.1 ruby1.9.1-dev rubygems1.9.1 irb1.9.1 ri1.9.1 rdoc1.9.1
gem install chef ruby-shadow --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment