From 86f604a3c0dc32f6cebcdaaa874da47dcf339af9 Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Sun, 20 Apr 2025 16:47:48 -0700 Subject: [PATCH] creates post-omakub script --- ubuntu/omakub.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ubuntu/omakub.sh diff --git a/ubuntu/omakub.sh b/ubuntu/omakub.sh new file mode 100644 index 0000000..4433c33 --- /dev/null +++ b/ubuntu/omakub.sh @@ -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