mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-22 15:32:05 +01:00
Merge pull request #343 from nightwalker89/patch-1
fix ius el7 repo on stable
This commit is contained in:
@@ -445,7 +445,7 @@ if [[ $DEV == "ON" ]] ; then
|
||||
if [[ $SERVER_COUNTRY == "CN" ]] ; then
|
||||
wget -O /etc/yum.repos.d/ius.repo https://$DOWNLOAD_SERVER/ius/ius.repo
|
||||
else
|
||||
yum -y install https://centos7.iuscommunity.org/ius-release.rpm
|
||||
yum -y install https://repo.ius.io/ius-release-el7.rpm
|
||||
fi
|
||||
yum -y install python36u python36u-pip python36u-devel
|
||||
check_return
|
||||
|
||||
Reference in New Issue
Block a user