Skip to content

Instantly share code, notes, and snippets.

@mizar
Created February 19, 2012 03:34
Show Gist options
  • Save mizar/1861821 to your computer and use it in GitHub Desktop.
Save mizar/1861821 to your computer and use it in GitHub Desktop.
update rvm jruby master-head/release-head
#!/bin/bash
rvm get head
rvm reinstall jruby-head
rvm cleanup sources
rvm reinstall jruby-1.6-head --branch jruby-1_6
rvm cleanup sources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment