From 5ef22f9fc5922949c5c6c62a07ce3fdf30f07961 Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Mon, 21 Apr 2025 10:29:15 -0700 Subject: [PATCH] adds library needed for yubico --- ubuntu/omakub.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubuntu/omakub.sh b/ubuntu/omakub.sh index 9527cd1..2ea5a0e 100644 --- a/ubuntu/omakub.sh +++ b/ubuntu/omakub.sh @@ -13,7 +13,9 @@ sudo apt install flatseal -y flatpak install net.nokyan.Resources -y flatpak install org.onlyoffice.desktopeditors -y + flatpak install com.yubico.yubioath -y +sudo apt install pcscd -y # Web Apps sudo add-apt-repository ppa:kelebek333/mint-tools -y