Last active
February 8, 2017 02:16
-
-
Save OpenSourceAlchemist/3eac141e80caf2a027b16b2fccd8c2cf to your computer and use it in GitHub Desktop.
RVM install when the installer is broken
This file contains hidden or 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
| Thanks to @PhenomHTPC for pointing me at this | |
| Navigate to your home directory. | |
| curl -sSL https://github.com/rvm/rvm/tarball/stable -o ~/rvm-stable.tar.gz | |
| mkdir ~/rvm && cd ~/rvm && tar --strip-components=1 -xzf ~/rvm-stable.tar.gz | |
| ./install | |
| Profit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment