DOC: add install instructions for Arch linux
This commit is contained in:
parent
035d98ebbe
commit
9e7a3225ae
|
@ -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:
|
Install several packages required for the following steps:
|
||||||
|
|
||||||
|
**debian and ubuntu**
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ sudo apt-get update
|
$ sudo apt-get update
|
||||||
|
|
||||||
|
@ -107,6 +109,12 @@ $ sudo apt-get install -y \
|
||||||
secure-delete
|
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/).
|
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`
|
**macOS** Download and install [Homebrew](https://brew.sh/) and the following Brew packages - `gnupg yubikey-personalization hopenpgp-tools ykman pinentry-mac`
|
||||||
|
|
Loading…
Reference in New Issue