Skip to content

Instantly share code, notes, and snippets.

@krisleech
Created June 22, 2011 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krisleech/1040330 to your computer and use it in GitHub Desktop.
Save krisleech/1040330 to your computer and use it in GitHub Desktop.
RVM install on Ubuntu, permissions
$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
--------
$ curl -s https://rvm.beginrescueend.com/install/rvm
$ sh rvm
rvm: 3: shopt: not found
set: 6: Illegal option -o errtrace
-----------
$ curl -ks https://rvm.beginrescueend.com/install/rvm > rvm_install; chmod +x rvm_install; ./rvm_install --trace
WORKS!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment