Created
June 22, 2011 15:21
-
-
Save krisleech/1040330 to your computer and use it in GitHub Desktop.
RVM install on Ubuntu, permissions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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