Skip to content

Commit

Permalink
Merge pull request #3097 from afbjorklund/epel-openh264
Browse files Browse the repository at this point in the history
Disable the epel-cisco-openh264 repository
  • Loading branch information
AkihiroSuda authored Jan 8, 2025
2 parents 2c4b95a + 3c00707 commit 50e0758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cidata/cidata.TEMPLATE.d/boot/30-install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ elif command -v dnf >/dev/null 2>&1; then
elif grep -q -E "release (9|10)" /etc/system-release; then
# shellcheck disable=SC2086
dnf install ${dnf_install_flags} epel-release
dnf config-manager --disable epel >/dev/null 2>&1
# Disable the OpenH264 repository as well, by default
dnf config-manager --disable epel\* >/dev/null 2>&1
dnf_install_flags="${dnf_install_flags} --enablerepo epel"
fi
# shellcheck disable=SC2086
Expand Down

0 comments on commit 50e0758

Please sign in to comment.