Created
March 22, 2012 00:55
-
-
Save osterman/2154868 to your computer and use it in GitHub Desktop.
Debian apt-get update fails with NO_PUBKEY A70DAF536070D3A1
This file contains hidden or 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 wwwkeys.eu.pgp.net --recv-keys A70DAF536070D3A1 | |
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys B5D0C804ADB11277 | |
gpg --armor --export A70DAF536070D3A1 | apt-key add - | |
gpg --armor --export B5D0C804ADB11277 | apt-key add - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment