mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-05 20:41:51 -07:00
Choose php version
This commit is contained in:
parent
ee48d9a406
commit
1a37b33eb2
1 changed files with 1 additions and 0 deletions
|
@ -479,6 +479,7 @@ if [ "$remi" = 'yes' ] && [ ! -e "/etc/yum.repos.d/remi.repo" ]; then
|
|||
rpm -Uvh http://rpms.remirepo.net/enterprise/remi-release-$release.rpm
|
||||
check_result $? "Can't install REMI repository"
|
||||
sed -i "s/enabled=0/enabled=1/g" /etc/yum.repos.d/remi.repo
|
||||
sed -i "s/enabled=0/enabled=1/g" /etc/yum.repos.d/remi-php81.repo
|
||||
fi
|
||||
|
||||
# Installing Nginx repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue