Update install.sh

This commit is contained in:
Mr Chen 2024-07-24 00:16:21 +08:00
parent 73f0ed73d4
commit 048df7e1e7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ PHP_VER=84
Install_php()
{
#------------------------ install start ------------------------------------#
yum install -y php83 php83-php-fpm
yum install -y php84 php84-php-fpm
if [ "$?" == "0" ];then
mkdir -p $serverPath/php-yum/${PHP_VER}
fi