Skip to content

Commit

Permalink
Update epel-release version number (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
RuriRyan authored and jfindlay committed Apr 18, 2016
1 parent e5e5f9f commit 2b13563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b13563

Please sign in to comment.