aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorIan Brown <742554+zestysoft@users.noreply.github.com>2018-10-16 21:00:48 -0700
committerIan Brown <742554+zestysoft@users.noreply.github.com>2018-10-16 21:00:48 -0700
commitd02766389ddb02d35422d73c1a9192d8d4b89534 (patch)
tree415870787b9c2285b825686566d8ba8ef069dd1d /README.md
parentMerge pull request #70 from jwilk-forks/gpg-verify (diff)
downloadYubiKey-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.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index ae11e93..176c0e4 100644
--- a/README.md
+++ b/README.md
@@ -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/).