Created
March 1, 2015 19:42
-
-
Save hsuh/84c8e509170849631a8d to your computer and use it in GitHub Desktop.
Solving GPG Key error for RVM installation
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
rm -rf ~/.gnupg/ | |
curl -#LO https://rvm.io/mpapis.asc | |
gpg --import mpapis.asc | |
\curl -sSL https://get.rvm.io | bash -s stable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment