From 048df7e1e7fdae652e202ade3719efc8b3c7f8bc Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 24 Jul 2024 00:16:21 +0800 Subject: [PATCH] Update install.sh --- plugins/php-yum/versions/84/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php-yum/versions/84/install.sh b/plugins/php-yum/versions/84/install.sh index 58df0b6d4..fcad71440 100755 --- a/plugins/php-yum/versions/84/install.sh +++ b/plugins/php-yum/versions/84/install.sh @@ -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