mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
php 5.6 for CentOS
This commit is contained in:
parent
e6d6e19032
commit
0561a213db
1 changed files with 2 additions and 1 deletions
|
@ -436,6 +436,7 @@ check_result $? "Can't install EPEL repository"
|
|||
if [ "$remi" = 'yes' ]; then
|
||||
rpm -Uvh --force $vestacp/remi-release.rpm
|
||||
check_result $? "Can't install REMI repository"
|
||||
sed -i "s/enabled=0/enabled=1/g" /etc/yum.repos.d/remi.repo
|
||||
fi
|
||||
|
||||
# Installing Nginx repository
|
||||
|
@ -605,7 +606,7 @@ fi
|
|||
|
||||
# Installing rpm packages
|
||||
if [ -z "$disable_remi" ]; then
|
||||
yum -y --disablerepo=* --enablerepo="base,updates,nginx,epel,vesta,remi" \
|
||||
yum -y --disablerepo=* --enablerepo="base,updates,nginx,epel,vesta,remi*"\
|
||||
install $software
|
||||
else
|
||||
yum -y --disablerepo=* --enablerepo="base,updates,nginx,epel,vesta" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue