Skip to content

Instantly share code, notes, and snippets.

@akshaykarle
Created August 14, 2014 14:30
Show Gist options
  • Save akshaykarle/2a9f41ebd3a20b4b4778 to your computer and use it in GitHub Desktop.
Save akshaykarle/2a9f41ebd3a20b4b4778 to your computer and use it in GitHub Desktop.
build ruby with rvm-patchsets
VERSION=2.0.0
PATCH=p353
curl https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patchsets/ruby/${VERSION}/${PATCH}/railsexpress | xargs -I% curl https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/${VERSION}/${PATCH}/% | SKIP_PRECOMPILED_RUBIES=true rbenv install -vf --patch ${VERSION}-${PATCH}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment