Skip to content

Commit

Permalink
fixing EPEL repo installation on RHEL 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkutouski authored Oct 19, 2023
1 parent 828b965 commit 026fcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minione
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ EOT

enable_epel() {
if redhat; then
dnf install "https://dl.fedoraproject.org/pub/epel/epel-release-latest-${DISTVER}.noarch.rpm"
dnf install -y "https://dl.fedoraproject.org/pub/epel/epel-release-latest-${DISTVER}.noarch.rpm"
elif centos; then
if [[ "${DISTNAME}" =~ AlmaLinux ]] && [[ "${DISTVER}" -ge 9 ]]; then
dnf config-manager --set-enabled crb || return 1
Expand Down

0 comments on commit 026fcbd

Please sign in to comment.