Skip to content

Instantly share code, notes, and snippets.

@nathanpalmer
Created December 18, 2014 16:18
Show Gist options
  • Save nathanpalmer/b00226cc57a3eaed3110 to your computer and use it in GitHub Desktop.
Save nathanpalmer/b00226cc57a3eaed3110 to your computer and use it in GitHub Desktop.
Install RVM
#!/usr/bin/env bash
# install rvm
gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable
source /etc/profile
rvm install ruby-2.1.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment