diff options
author | Will Sargent <wsargent@users.noreply.github.com> | 2016-09-21 15:00:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-21 15:00:27 -0700 |
commit | 99aef6c70ddf6f59a80f7b022eb668bb6ff989a3 (patch) | |
tree | b0e6161937524abf66bfb5be0be1873e6f1dd821 /README.md | |
parent | Merge pull request #17 from wsargent/patch-1 (diff) | |
download | YubiKey-Guide-99aef6c70ddf6f59a80f7b022eb668bb6ff989a3.tar.gz |
Add instructions for installing gnupg-curl
Fixes https://github.com/drduh/YubiKey-Guide/issues/5
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |