From 026fcbd2567a5129d84ea488c9b6e0c5a844d4a9 Mon Sep 17 00:00:00 2001 From: mkutouski <148052264+mkutouski@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:33:24 +0300 Subject: [PATCH] fixing EPEL repo installation on RHEL 9.2 --- minione | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minione b/minione index 1e6b2cc..16e156a 100755 --- a/minione +++ b/minione @@ -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