From 3e00339cc7f08950ed9d8319d6529a69e6432595 Mon Sep 17 00:00:00 2001 From: Elias Date: Tue, 12 Nov 2024 20:56:36 +0800 Subject: [PATCH] putting bluenix on this system --- flatpak-install.sh | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 flatpak-install.sh diff --git a/flatpak-install.sh b/flatpak-install.sh new file mode 100755 index 0000000..f4fabcf --- /dev/null +++ b/flatpak-install.sh @@ -0,0 +1,27 @@ +#!/run/current-system/sw/bin/bash +# flatpak list --columns=application +# find flatpaks that are important +# add them to this variable + +MY_FLATPAKS=" +org.gimp.GIMP +md.obsidian.Obsidian +org.localsend.localsend_app +org.torproject.torbrowser-launcher +org.videolan.VLC +chat.simplex.simplex +io.github.flattool.Warehouse +io.missioncenter.MissionCenter +io.github.celluloid_player.Celluloid +io.github.dweymouth.supersonic +com.github.tchx84.Flatseal +com.calibre_ebook.calibre +com.brave.Browser +" + +#MY_FLATPAKS=( +# org.gimp.GIMP +# md.obsidian.Obsidian +# ) + +flatpak install --assumeyes $MY_FLATPAKS