Created
October 23, 2011 00:01
-
-
Save paukul/1306656 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
install_package "yaml-0.1.4" "http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz" | |
install_git "ruby-1.9.2-p290-railsexpress" "https://github.com/paukul/matzruby.git" "ruby192pl290railsexpress" autoconf standard |
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 sh | |
curl -LO https://gist.github.com/raw/1306656/1aef7a5904648c1af8f1aa31780f056b82eb32f0/1.9.2-p290-railsexpress | |
rbenv install 1.9.2-p290-railsexpress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bash < <(curl -Ls https://gist.github.com/raw/1306656/2dc4b1af6471995aca0569ee1cbd3cf82cd79b77/rbenv_install_192p290railsexpress.sh)