There was an error while loading. Please reload this page.
1 parent 191cc21 commit 1728dd5Copy full SHA for 1728dd5
1 file changed
build_files/base/18-workarounds.sh
@@ -20,6 +20,13 @@ set -eoux pipefail
20
# see https://bugzilla.redhat.com/show_bug.cgi?id=2365882
21
dnf -y swap atheros-firmware atheros-firmware-20250311-1$(rpm -E %{dist})
22
23
+
24
+# Only downgrade for F42
25
+if [ "$FEDORA_MAJOR_VERSION" -eq "42" ]; then
26
+# Downgrade libdex to 0.9.1 because 0.10 makes bazaar crash under VMs and PCs with low specs
27
+dnf5 install -y libdex-0.9.1
28
+fi
29
30
# Current bluefin systems have the bling.sh and bling.fish in their default locations
31
mkdir -p /usr/share/ublue-os/bluefin-cli
32
cp /usr/share/ublue-os/bling/* /usr/share/ublue-os/bluefin-cli
0 commit comments