Skip to content

Instantly share code, notes, and snippets.

@marhan
Created May 31, 2012 15:39
Show Gist options
  • Save marhan/2844225 to your computer and use it in GitHub Desktop.
Save marhan/2844225 to your computer and use it in GitHub Desktop.
rvm_ruby_1_9_3_installation.sh
#!/bin/bash
# get ruby 1.9.3 for ubuntu rvm
curl -o /usr/share/ruby-rvm/archives/ruby-1.9.3-.tar.bz2 http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p0.tar.bz2
rvm install 1.9.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment