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 e57c143 + 1fb2529 commit ad18bcdCopy full SHA for ad18bcd
pkg/cidata/cidata.TEMPLATE.d/boot/30-install-packages.sh
@@ -87,7 +87,7 @@ elif command -v dnf >/dev/null 2>&1; then
87
dnf install ${dnf_install_flags} oracle-epel-release-el9
88
dnf config-manager --disable ol9_developer_EPEL >/dev/null 2>&1
89
dnf_install_flags="${dnf_install_flags} --enablerepo ol9_developer_EPEL"
90
- elif grep -q "release 9" /etc/system-release; then
+ 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
0 commit comments