Update install.sh

pull/620/head
Mr Chen 10 months ago
parent 73f0ed73d4
commit 048df7e1e7
  1. 2
      plugins/php-yum/versions/84/install.sh

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

Loading…
Cancel
Save