diff options
author | Andrea Scarpino <andrea@scarpino.dev> | 2020-01-21 12:01:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-21 12:01:27 +0100 |
commit | 8f10cd5819fdd8124b1379de29885d950a829b0b (patch) | |
tree | d610850943ccb09a5285927a6ffd3de9a54103b9 /README.md | |
parent | Merge pull request #155 from wsyxbcl/patch-1 (diff) | |
download | YubiKey-Guide-8f10cd5819fdd8124b1379de29885d950a829b0b.tar.gz |
Fix gnupg package name for Arch
`gnupg2` has been [removed since March 2012](https://lists.archlinux.org/pipermail/arch-dev-public/2012-March/022690.html)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ $ sudo apt install -y wget gnupg2 gnupg-agent dirmngr cryptsetup scdaemon pcscd ## Arch ```console -$ sudo pacman -Syu gnupg2 pcsclite ccid hopenpgp-tools yubikey-personalization +$ sudo pacman -Syu gnupg pcsclite ccid hopenpgp-tools yubikey-personalization ``` ## RHEL7 |