Skip to content

Instantly share code, notes, and snippets.

View resmall's full-sized avatar

Tiago R. Lammers resmall

View GitHub Profile
@resmall
resmall / RVM install fix.sh
Last active October 21, 2015 16:45
When the command "curl -L https://get.rvm.io | bash -s stable" fails
# in case rvm installation fails
sudo rm -rf ~/.gnupg/
# import key manually
sudo curl -sSL https://rvm.io/mpapis.asc | gpg --import -
# install
sudo curl -L https://get.rvm.io | bash -s stable
# update terminal