Skip to content

Instantly share code, notes, and snippets.

@tmtk75
Created December 10, 2012 06:41
Show Gist options
  • Save tmtk75/4248860 to your computer and use it in GitHub Desktop.
Save tmtk75/4248860 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
\curl -L https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
for e in readline iconv curl openssl zlib autoconf ncurses pkgconfig gettext glib mono llvm libxml2 libxslt libyaml; do rvm pkg install $e; done
rvm install 1.9.3 --with-openssl-dir=$HOME/.rvm/usr
gem install --no-ri --no-rdoc chef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment