Created
January 21, 2015 11:48
-
-
Save theclanks/b57010212a98ea4a44aa to your computer and use it in GitHub Desktop.
SSL curl
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
gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 | |
or if it fails: | |
command curl -sSL https://rvm.io/mpapis.asc | gpg2 --import - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment