We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c4b95a + 3c00707 commit 50e0758Copy full SHA for 50e0758
pkg/cidata/cidata.TEMPLATE.d/boot/30-install-packages.sh
@@ -90,7 +90,8 @@ elif command -v dnf >/dev/null 2>&1; then
90
elif grep -q -E "release (9|10)" /etc/system-release; then
91
# shellcheck disable=SC2086
92
dnf install ${dnf_install_flags} epel-release
93
- dnf config-manager --disable epel >/dev/null 2>&1
+ # Disable the OpenH264 repository as well, by default
94
+ dnf config-manager --disable epel\* >/dev/null 2>&1
95
dnf_install_flags="${dnf_install_flags} --enablerepo epel"
96
fi
97
0 commit comments