Skip to content

Instantly share code, notes, and snippets.

@OpenSourceAlchemist
Last active February 8, 2017 02:16
Show Gist options
  • Save OpenSourceAlchemist/3eac141e80caf2a027b16b2fccd8c2cf to your computer and use it in GitHub Desktop.
Save OpenSourceAlchemist/3eac141e80caf2a027b16b2fccd8c2cf to your computer and use it in GitHub Desktop.
RVM install when the installer is broken
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