Toastie 2 months ago
parent
commit
bfba7d7254
1 changed files with 2 additions and 0 deletions
  1. 2 0
      apps/flatpak/install.sh

+ 2 - 0
apps/flatpak/install.sh

@@ -0,0 +1,2 @@
+flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
+while read app; do sudo flatpak install -y flathub $app; done < flatpak-list.txt