From d1a26b9c1e530a970d398baac6c93f2dd827c3e8 Mon Sep 17 00:00:00 2001 From: hosh1 Date: Thu, 14 Aug 2025 07:43:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=20Epel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index 4d1adf3..12f02c9 100644 --- a/install.sh +++ b/install.sh @@ -470,10 +470,6 @@ proceed_with_installation() { apt install -y software-properties-common lsb-release ca-certificates curl wget gnupg2 apt-transport-https unzip >/dev/null 2>&1 elif [ "$DISTRO_FAMILY" = "rhel" ]; then $PKG_MANAGER update -y >/dev/null 2>&1 - $PKG_MANAGER install -y epel-release || \ - $PKG_MANAGER install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm || \ - $PKG_MANAGER install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm || \ - { echo "Ошибка установки EPEL"; exit 1; } $PKG_MANAGER install -y curl wget gnupg2 unzip >/dev/null 2>&1 fi log_success "Система обновлена, базовые пакеты установлены"