Created
July 21, 2010 13:47
-
-
Save Sutto/484503 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 -e | |
source "$rvm_scripts_path/rvm" || true | |
rvm install ruby-1.8.7-p299 -C '--enable-shared,--with-readline-dir='"$rvm_path"'/usr' | |
rvm install rbx-1.0.1-20100603 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment