Created
December 10, 2012 06:41
-
-
Save tmtk75/4248860 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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