thewoolleyman / cinabox
- Source
- Commits
- Network (1)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
cinabox / bootstrap_ruby.sh
| 6757c65b » | thewoolleyman | 2009-04-10 | 1 | #!/bin/bash | |
| 51972a03 » | thewoolleyman | 2009-06-30 | 2 | # A wrapper script to download and run bootstrap_ruby.sh, see http://github.com/thewoolleyman/bootstrap-ruby | |
| 15dee89f » | thewoolleyman | 2008-06-22 | 3 | ||
| bf8dfb94 » | thewoolleyman | 2009-08-18 | 4 | ||
| 5 | if [ -z $BOOTSTRAP_RUBY_GIT_DOWNLOAD_URL ]; then BOOTSTRAP_RUBY_GIT_DOWNLOAD_URL='http://github.com/thewoolleyman/bootstrap-ruby/raw/master'; fi | ||||
| 15dee89f » | thewoolleyman | 2008-06-22 | 6 | ||
| bf8dfb94 » | thewoolleyman | 2009-08-18 | 7 | sudo rm -f /tmp/bootstrap_ruby.sh | |
| 8 | wget -O /tmp/bootstrap_ruby.sh $BOOTSTRAP_RUBY_GIT_DOWNLOAD_URL/bootstrap_ruby.sh | ||||
| 51972a03 » | thewoolleyman | 2009-06-30 | 9 | chmod a+x /tmp/bootstrap_ruby.sh | |
| 24dd6a23 » | thewoolleyman | 2009-07-22 | 10 | NO_RUBY_PROGRAM_SUFFIX=true /tmp/bootstrap_ruby.sh # Disable Ruby program suffix until Rubygems issues with non-default format-executables are resolved. | |
