From a0dfd4fc44bd9e3c18aac5553189fbe7bf2fd80e Mon Sep 17 00:00:00 2001 From: Ken Crowell Date: Mon, 25 May 2020 17:36:16 -0300 Subject: [PATCH] Use current ius-release links --- AUTHORS.rst | 1 + bootstrap-salt.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 7803e29..4d45e71 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -91,6 +91,7 @@ Justin Anderson justinta justin.ta@outlook.com Justin Findlay jfindlay jfindlay@gmail.com kgbsd Karl Grzeszczak karlgrz +Ken Crowell oeuftete kcrowell@saltstack.com Kenneth Wilke KennethWilke Kevin Quinn kevinquinnyo kevin.quinn@totalserversolutions.com kiemlicz kiemlicz diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index bc6d2e5..de8d4a3 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1153,7 +1153,7 @@ __install_python() { echoinfo "$DISTRO_NAME_L" case "$DISTRO_NAME_L" in "red_hat"|"centos") - __PYTHON_REPO_URL="https://centos${DISTRO_MAJOR_VERSION}.iuscommunity.org/ius-release.rpm" + __PYTHON_REPO_URL="https://repo.ius.io/ius-release-el${DISTRO_MAJOR_VERSION}.rpm" ;; *) echoerror "Installing a repo to provide a python package is only supported on Redhat/CentOS.