putting bluenix on this system
This commit is contained in:
parent
3664e6f646
commit
3e00339cc7
1 changed files with 27 additions and 0 deletions
27
flatpak-install.sh
Executable file
27
flatpak-install.sh
Executable file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue