generated from ublue-os/image-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use sed -i for overrides on arm and revert build changes (just h…
…ave the copy one)
- Loading branch information
1 parent
13f22a8
commit f540062
Showing
4 changed files
with
25 additions
and
54 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
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,12 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -xeuo pipefail | ||
|
||
# Bucket list again, this needs to be fixed upstream! | ||
|
||
TARGET_FLATPAK_FILE="/etc/ublue-os/system-flatpaks.list" | ||
|
||
sed -i "/org\.mozilla.*/d" "$TARGET_FLATPAK_FILE" | ||
echo "org.chromium.Chromium" >> "$TARGET_FLATPAK_FILE" | ||
|
||
sed -i "s/org.mozilla.Firefox/org.chromium.Chromium/g" /usr/share/glib-2.0/schemas/zz0-bluefin-modifications.gschema.override |
35 changes: 0 additions & 35 deletions
35
system_files_overrides/aarch64/etc/ublue-os/system-flatpaks.list
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...rides/aarch64/usr/share/glib-2.0/schemas/zz2-bluefin-aarch-modifications.gschema.override
This file was deleted.
Oops, something went wrong.