FIX: dnf build errors

This commit is contained in:
2025-11-09 12:51:26 +01:00
parent ad3da71748
commit 86c4ce3d5b

View File

@@ -17,7 +17,7 @@ rm /etc/yum.repos.d/brave-browser.repo
dnf5 install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm \
dnf-plugins-core
dnf5 config-manager setopt fedora-cisco-openh264.enabled=1
dnf5 install steam
sed -i 's/enabled=0/enabled=1/' /etc/yum.repos.d/fedora-cisco-openh264.repo
dnf5 install -y steam
dnf5 remove -y rpmfusion-free-release rpmfusion-nonfree-release dnf-plugins-core
dnf5 clean all