diff options
author | berwag <22264097+berwag@users.noreply.github.com> | 2021-01-27 20:24:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 20:24:51 +0100 |
commit | ed85d9384577084bb018eb9fce1bd46e99cb67a4 (patch) | |
tree | 0e1e2ccd98d6401fedd8f31262a0843a48fc6349 /README.md | |
parent | Merge pull request #241 from basbebe/fish-config (diff) | |
download | YubiKey-Guide-ed85d9384577084bb018eb9fce1bd46e99cb67a4.tar.gz |
Additions to "Required Software"
proposed change according to Issue#215
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -210,6 +210,12 @@ $ sudo apt -y upgrade $ sudo apt -y install wget gnupg2 gnupg-agent dirmngr cryptsetup scdaemon pcscd secure-delete hopenpgp-tools yubikey-personalization ``` +With Ubuntu 18.04 you may additionally need: + +```console +$ sudo apt -y install libssl-dev swig libpcsclite-dev +``` + To download a copy of this guide: ```console |