From 2b13563439332c2a5f6a0883b2e045ce93ecebb7 Mon Sep 17 00:00:00 2001 From: RuriRyan Date: Mon, 18 Apr 2016 20:44:50 +0200 Subject: [PATCH] Update epel-release version number (#809) --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index b37ffaadc..057b1659b 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -2901,7 +2901,7 @@ __install_epel_repository() { elif [ "$DISTRO_MAJOR_VERSION" -eq 6 ]; then rpm -Uvh --force "http://download.fedoraproject.org/pub/epel/6/${EPEL_ARCH}/epel-release-6-8.noarch.rpm" || return 1 elif [ "$DISTRO_MAJOR_VERSION" -eq 7 ]; then - rpm -Uvh --force "http://download.fedoraproject.org/pub/epel/7/${EPEL_ARCH}/e/epel-release-7-5.noarch.rpm" || return 1 + rpm -Uvh --force "http://download.fedoraproject.org/pub/epel/7/${EPEL_ARCH}/e/epel-release-7-6.noarch.rpm" || return 1 else echoerror "Failed add EPEL repository support." return 1