Compare commits

..

2 Commits

Author SHA1 Message Date
86f604a3c0 creates post-omakub script 2025-04-20 16:47:48 -07:00
4fa974d802 changes yubico desktop to use flatpak 2025-04-20 16:47:39 -07:00
3 changed files with 28 additions and 2 deletions

21
ubuntu/omakub.sh Normal file
View File

@@ -0,0 +1,21 @@
# Ubuntu 24.04 LTS (run after Omakub script)
sudo apt update
sudo apt install nfs-common -y
sudo apt-get install fuse libfuse2 -y
# sudo apt install blueman -y
# Web Apps
sudo add-apt-repository ppa:kelebek333/mint-tools -y
sudo apt-get update
sudo apt-get install webapp-manager -y
# flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
# sudo apt install yubioath-desktop -y # Doesn't work
sudo apt install flatseal -y
# Video
sudo apt install djv -y
flatpak install flathub com.yubico.yubioath -y
flatpak install flathub net.nokyan.Resources -y

View File

@@ -36,7 +36,9 @@ sudo apt update
sudo apt install 1password -y sudo apt install 1password -y
sudo apt install flatseal -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 flatpak install flathub net.nokyan.Resources -y

View File

@@ -1,3 +1,4 @@
# Ubuntu 24.04 LTS
sudo apt update sudo apt update
sudo apt install curl -y sudo apt install curl -y
@@ -32,7 +33,9 @@ sudo apt update
sudo apt install 1password -y sudo apt install 1password -y
sudo apt install flatseal -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 flatpak install flathub net.nokyan.Resources -y