Created
April 5, 2013 18:08
-
-
Save anonymous/5321369 to your computer and use it in GitHub Desktop.
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
gpg --keyserver hkp://keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A | |
gpg -a --export CD2EFD2A | apt-key add - | |
wget http://www.dotdeb.org/dotdeb.gpg -O- |apt-key add - | |
gpg --keyserver hkp://keys.gnupg.net --recv-keys ABF5BD827BD9BF62 | |
gpg -a --export 7BD9BF62 | apt-key add - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment