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.
pull/72/head
Ian Brown 2018-10-16 21:00:48 -07:00
parent 96af4d3b3b
commit d02766389d
No known key found for this signature in database
GPG Key ID: EC6ADF556C54AA1A
1 changed files with 3 additions and 1 deletions

View File

@ -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/).