Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.58 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. sudo apt-get upgrade
  2. sudo apt-get install ubuntu-restricted-extras
  3.  
  4. sudo apt-get -y install git
  5. sudo apt-get -y install curl
  6.  
  7. bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
  8. echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile
  9. source .bash_profile
  10. sudo apt-get -y install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev
  11. rvm install 1.9.2
  12. rvm use 1.9.2 --default