mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Use current ius-release links
This commit is contained in:
parent
1c6b8dda1e
commit
a0dfd4fc44
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue