diff options
author | drduh <drduh@users.noreply.github.com> | 2016-05-18 13:42:46 -0400 |
---|---|---|
committer | drduh <drduh@users.noreply.github.com> | 2016-05-18 13:42:46 -0400 |
commit | cb6bfd972ec85441a15731252122292981e5751c (patch) | |
tree | dd8ab7a53b16cb3c81128d6299c3379d36f17a7b /README.md | |
parent | Merge pull request #2 from victorso/patch-2 (diff) | |
parent | yubikey tails fix (diff) | |
download | YubiKey-Guide-cb6bfd972ec85441a15731252122292981e5751c.tar.gz |
Merge pull request #1 from victorso/patch-1
yubikey tails fix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -66,6 +66,10 @@ Consider purchasing a pair and programming both in case of loss or damage to one $ sudo apt-get install gnupg-agent pinentry-curses scdaemon pcscd yubikey-personalization +If on Tails, you also need to install libykpers-1-1 from the testing repository. This is a temporary fix suggested on [securedrop issues page](https://github.com/freedomofpress/securedrop/issues/1035). + + $ sudo apt-get install -t testing libykpers-1-1 + # Creating keys ## Create temporary working directory for GPG |