From 99aef6c70ddf6f59a80f7b022eb668bb6ff989a3 Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Wed, 21 Sep 2016 15:00:27 -0700 Subject: [PATCH 1/2] Add instructions for installing gnupg-curl Fixes https://github.com/drduh/YubiKey-Guide/issues/5 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d0d0fec..8141cf0 100644 --- a/README.md +++ b/README.md @@ -973,6 +973,12 @@ Or download from a keyserver: gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) +You may get an error `gpgkeys: HTTP fetch error 1: unsupported protocol` -- this means you need to install a special version of curl which supports gnupg: + +``` +sudo apt-get install gnupg-curl +``` + ## Insert YubiKey Check the card's status: From e195a60eccd91593a2aeab46bbadc009747b7b7f Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Thu, 22 Sep 2016 13:00:08 -0700 Subject: [PATCH 2/2] Add $ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8141cf0..ecb922d 100644 --- a/README.md +++ b/README.md @@ -976,7 +976,7 @@ Or download from a keyserver: You may get an error `gpgkeys: HTTP fetch error 1: unsupported protocol` -- this means you need to install a special version of curl which supports gnupg: ``` -sudo apt-get install gnupg-curl +$ sudo apt-get install gnupg-curl ``` ## Insert YubiKey