Skip to content

Instantly share code, notes, and snippets.

@mlocher
Created December 27, 2014 18:07
Show Gist options
  • Save mlocher/866d87d84bba9c48278f to your computer and use it in GitHub Desktop.
Save mlocher/866d87d84bba9c48278f to your computer and use it in GitHub Desktop.
Install Ruby 2.2.0
#!/bin/sh
rvm get head
rvm use 2.2.0 --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment