You've already forked fedora-bootc
Temporarily stop removing system-installed Firefox
All checks were successful
Build container image / Build and push image (push) Successful in 27m0s
All checks were successful
Build container image / Build and push image (push) Successful in 27m0s
I'm trying to debug why my system-installed-1Password-and-Firefox-flatpak "hack" doesn't work on my bootc image.
This commit is contained in:
@@ -31,8 +31,9 @@ fi
|
|||||||
# Set higher priority
|
# Set higher priority
|
||||||
dnf5 config-manager setopt fedora-multimedia.priority=90
|
dnf5 config-manager setopt fedora-multimedia.priority=90
|
||||||
|
|
||||||
# Remove system-installed Firefox as I prefer to use the Flatpak version
|
# Remove Fedora's package that enforces their own (filtered) version of the
|
||||||
dnf5 remove -y firefox firefox-langpacks fedora-flathub-remote
|
# flathub repo is present, as-well as the system-installed Firefox as I prefer to use the Flatpak version
|
||||||
|
dnf5 remove -y fedora-flathub-remote # firefox firefox-langpacks
|
||||||
|
|
||||||
# Add Flathub to the image for eventual application
|
# Add Flathub to the image for eventual application
|
||||||
mkdir -p /etc/flatpak/remotes.d/
|
mkdir -p /etc/flatpak/remotes.d/
|
||||||
|
|||||||
Reference in New Issue
Block a user