generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving remaining yafti flatpaks into custom just file
- Loading branch information
Francisco Torres Pérez
committed
May 2, 2024
1 parent
d5fd906
commit 119527b
Showing
4 changed files
with
33 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
install-additional-flatpaks: | ||
#!/usr/bin/bash | ||
FLATPAKS="custom_flatpaks/additional" | ||
FLATPAK_LIST="$(cat ${FLATPAKS} | tr '\n' ' ')" | ||
flatpak --system -y install ${FLATPAK_LIST} | ||
|
||
install-advanced-flatpaks: | ||
#!/usr/bin/bash | ||
FLATPAKS="custom_flatpaks/advanced" | ||
FLATPAK_LIST="$(cat ${FLATPAKS} | tr '\n' ' ')" | ||
flatpak --system -y install ${FLATPAK_LIST} |
9 changes: 9 additions & 0 deletions
9
config/files/usr/share/ublue-os/just/custom_flatpaks/additional
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
org.chromium.Chromium | ||
org.gimp.GIMP | ||
org.inkscape.Inkscape | ||
org.pitivi.Pitivi | ||
com.spotify.Client | ||
dev.alextren.Spot | ||
org.gnome.Geary | ||
com.dropbox.Client | ||
de.haeckerfelix.Fragments |
13 changes: 13 additions & 0 deletions
13
config/files/usr/share/ublue-os/just/custom_flatpaks/advanced
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
org.darktable.Darktable | ||
org.kde.kdenlive | ||
com.discordapp.Discord | ||
org.gnome.Fractal | ||
org.telegram.desktop | ||
com.obsproject.Studio | ||
com.obsproject.Studio.OBSVkCapture | ||
com.obsproject.Studio.Plugin.Gstreamer | ||
com.obsproject.Studio.Plugin.GStreamerVaapi | ||
org.gnome.Builder | ||
org.cockpit_project.CockpitClient | ||
org.gnome.meld | ||
org.gnome.gitg |
This file was deleted.
Oops, something went wrong.