diff --git a/linux/Applications.md b/linux/Applications.md index 06d7c5a..e825cb3 100644 --- a/linux/Applications.md +++ b/linux/Applications.md @@ -83,4 +83,12 @@ If you're prompted to create desktop shortcuts, choose Yes. ### Linux (Debian-based) Install Instructions 1. `curl -s https://updates.signal.org/desktop/apt/keys.asc | sudo apt-key add -` 2. `echo "deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main" | sudo tee -a /etc/apt/sources.list.d/signal-xenial.list` -3. `sudo apt update && sudo apt install signal-desktop` \ No newline at end of file +3. `sudo apt update && sudo apt install signal-desktop` + +## Yubico Authenticator +Ubuntu 20.04 does not fully connect to the devices. Extra repositories need installing. +``` +$ sudo apt update && sudo apt install -y gnupg2 gnupg-agent scdaemon pcscd +$ gpg --card-status +``` +*gpg command should run with no errors* \ No newline at end of file