-
-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove flatpak caching, use network connection instead (#110)
* fix: Stop caching flatpaks These take up way too much space in images * fix(flatpak-system-install): Require network connection * fix(flatpak-system-install): Restart on failure * fix(gnome): Add Silverblue flatpaks to install list * fix(flatpak-system-install): Silence errors on package removal A package may not be removed for a number of reasons, for example if someone were to rebase from Kinoite to Bazzite GNOME, they wouldn't have the GNOME app suite installed from Silverblue * fix(deck): Don't try to install cached system flatpaks
- Loading branch information
Showing
4 changed files
with
24 additions
and
12 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
3 changes: 3 additions & 0 deletions
3
system_files/desktop/shared/etc/systemd/system/flatpak-system-install.service
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 |
---|---|---|
@@ -1,10 +1,13 @@ | ||
[Unit] | ||
Description=Install System Flatpak on boot | ||
Documentation=https://github.com/ublue-os/endlish-oesque/issues/10 | ||
Wants=network-online.target | ||
After=network-online.target | ||
|
||
[Service] | ||
Type=oneshot | ||
ExecStart=/usr/bin/ublue-flatpak-system-install | ||
Restart=on-failure | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
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
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