add ius for python3

This commit is contained in:
Usman Nasir
2020-09-17 00:35:44 +05:00
parent b19b9b506b
commit 1369801c08
2 changed files with 12 additions and 0 deletions

View File

@@ -425,6 +425,10 @@ EOF
yum install http://repo.iotti.biz/CentOS/7/noarch/lux-release-7-1.noarch.rpm -y
## IUS Repo for python 3
yum install https://repo.ius.io/ius-release-el7.rpm -y
fi
fi

View File

@@ -275,6 +275,14 @@ EOF
yum install yum-plugin-copr -y
yum copr enable copart/restic -y
## IUS Repo for python 3
rm -f /etc/yum.repos.d/ius-archive.repo
rm -f /etc/yum.repos.d/ius.repo
rm -f /etc/yum.repos.d/ius-testing.repo
yum install https://repo.ius.io/ius-release-el7.rpm -y
# ## Lux for git 2.17 or more
#
# cat << EOF > /etc/yum.repos.d/lux.repo