1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2024-11-22 15:28:06 +00:00

Merge pull request #157 from ilpianista/patch-1

Fix gnupg package name for Arch
This commit is contained in:
drduh 2020-01-21 18:40:40 +00:00 committed by GitHub
commit a17ba2d51e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@ $ sudo apt install -y wget gnupg2 gnupg-agent dirmngr cryptsetup scdaemon pcscd
## Arch ## Arch
```console ```console
$ sudo pacman -Syu gnupg2 pcsclite ccid hopenpgp-tools yubikey-personalization $ sudo pacman -Syu gnupg pcsclite ccid hopenpgp-tools yubikey-personalization
``` ```
## RHEL7 ## RHEL7