Skip to content

Instantly share code, notes, and snippets.

@Aricg
Created November 15, 2012 18:01
Show Gist options
  • Save Aricg/4080137 to your computer and use it in GitHub Desktop.
Save Aricg/4080137 to your computer and use it in GitHub Desktop.
#clean debian 6.0 machine
su - root
apt-get install build-essential curl libyaml-dev
curl -L https://get.rvm.io | bash -s stable
source /usr/local/rvm/scripts/rvm
echo "[[ -s "/usr/local/rvm/scripts/rvm" ]] && . "/usr/local/rvm/scripts/rvm" " >> ~/.bash_profile
source ~/.bashrc
rvm pkg install zlib --verify-downloads 1
rvm install 1.9.1 --verify-downloads 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment