Skip to content

Instantly share code, notes, and snippets.

@nkg
Forked from wolfeidau/gist:3328844
Created November 27, 2012 14:25
Show Gist options
  • Select an option

  • Save nkg/4154474 to your computer and use it in GitHub Desktop.

Select an option

Save nkg/4154474 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 python-pip zsh-beta \
ack-grep
gem install puppet ruby-shadow --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment