From d02766389ddb02d35422d73c1a9192d8d4b89534 Mon Sep 17 00:00:00 2001 From: Ian Brown <742554+zestysoft@users.noreply.github.com> Date: Tue, 16 Oct 2018 21:00:48 -0700 Subject: [PATCH] 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. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/).