Убран Epel
This commit is contained in:
@@ -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 "Система обновлена, базовые пакеты установлены"
|
||||
|
||||
Reference in New Issue
Block a user