Skip to content

Instantly share code, notes, and snippets.

@tarakanbg
Last active December 14, 2015 10:09
Show Gist options
  • Save tarakanbg/5070070 to your computer and use it in GitHub Desktop.
Save tarakanbg/5070070 to your computer and use it in GitHub Desktop.

With curl

curl -LO https://github.com/tarakanbg/railsinstaller/raw/master/ruby.sh && bash ruby.sh

With wget

wget --no-check-certificate https://github.com/tarakanbg/railsinstaller/raw/master/ruby.sh && bash ruby.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment