mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-01 09:50:44 +01:00
add ius for python3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user