From 9e7a3225aeeba5234822c72f4beefe5eb9fd098e Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Sat, 2 Feb 2019 22:11:09 -0500 Subject: [PATCH 1/2] DOC: add install instructions for Arch linux --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2f13814..51d100c 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ Plug in the USB drive and boot to the live image. Configure networking to contin Install several packages required for the following steps: +**debian and ubuntu** + ```console $ sudo apt-get update @@ -107,6 +109,12 @@ $ sudo apt-get install -y \ secure-delete ``` +**Arch Linux** + +```console +$ sudo pacman -Syu gnupg2 pcsclite ccid yubikey-personalization +``` + 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/). **macOS** Download and install [Homebrew](https://brew.sh/) and the following Brew packages - `gnupg yubikey-personalization hopenpgp-tools ykman pinentry-mac` From 7dbc05977ee33ed598ce9640713f0e89712f7a8a Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Tue, 4 Sep 2018 11:16:16 -0400 Subject: [PATCH 2/2] DOC: update for packages to install on RHEL --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 51d100c..6fc9672 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,11 @@ $ sudo apt-get install -y \ $ sudo pacman -Syu gnupg2 pcsclite ccid yubikey-personalization ``` +**RHEL7** +```console +$ sudo yum install -y gnupg2 pinentry-curses pcsc-lite pcsc-lite-libs gnupg2-smime +``` + 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/). **macOS** Download and install [Homebrew](https://brew.sh/) and the following Brew packages - `gnupg yubikey-personalization hopenpgp-tools ykman pinentry-mac`