From 4fa974d802ffe036776ee694b425f63edfc66a7a Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Sun, 20 Apr 2025 16:47:39 -0700 Subject: [PATCH] changes yubico desktop to use flatpak --- ubuntu/popos.sh | 4 +++- ubuntu/ubuntu.sh | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ubuntu/popos.sh b/ubuntu/popos.sh index 813805f..e8cb2df 100644 --- a/ubuntu/popos.sh +++ b/ubuntu/popos.sh @@ -36,7 +36,9 @@ sudo apt update sudo apt install 1password -y sudo apt install flatseal -y -sudo apt install yubioath-desktop -y + +# sudo apt install yubioath-desktop -y +flatpak install flathub com.yubico.yubioath -y flatpak install flathub net.nokyan.Resources -y diff --git a/ubuntu/ubuntu.sh b/ubuntu/ubuntu.sh index b5acba1..bffd80e 100644 --- a/ubuntu/ubuntu.sh +++ b/ubuntu/ubuntu.sh @@ -1,3 +1,4 @@ +# Ubuntu 24.04 LTS sudo apt update sudo apt install curl -y @@ -32,7 +33,9 @@ sudo apt update sudo apt install 1password -y sudo apt install flatseal -y -sudo apt install yubioath-desktop -y + +# sudo apt install yubioath-desktop -y +flatpak install flathub com.yubico.yubioath -y flatpak install flathub net.nokyan.Resources -y