diff options
author | Ian Brown <742554+zestysoft@users.noreply.github.com> | 2018-10-16 21:00:48 -0700 |
---|---|---|
committer | Ian Brown <742554+zestysoft@users.noreply.github.com> | 2018-10-16 21:00:48 -0700 |
commit | d02766389ddb02d35422d73c1a9192d8d4b89534 (patch) | |
tree | 415870787b9c2285b825686566d8ba8ef069dd1d /README.md | |
parent | Merge pull request #70 from jwilk-forks/gpg-verify (diff) | |
download | YubiKey-Guide-d02766389ddb02d35422d73c1a9192d8d4b89534.tar.gz |
Add packages to apt-get list to fix gpg --recv and srm commands
Two commands mentioned later in the document won't work without two packages that don't come pre-installed with the Debian LiveCD: dirmngr and secure-delete.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -101,7 +101,9 @@ $ sudo apt-get update $ sudo apt-get install -y \ curl gnupg2 gnupg-agent \ cryptsetup scdaemon pcscd \ - yubikey-personalization + yubikey-personalization \ + dirmngr \ + secure-delete ``` You may also need more recent versions of [yubikey-personalization](https://developers.yubico.com/yubikey-personalization/Releases/) and [yubico-c](https://developers.yubico.com/yubico-c/Releases/). |