From 9d94b1571a79844341cd4bcfe9cb97708a0035a5 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 14 Jun 2024 15:16:29 +0800 Subject: [PATCH] Update common.sh --- plugins/php-yum/versions/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php-yum/versions/common.sh b/plugins/php-yum/versions/common.sh index f6b51a659..4b0a1e799 100644 --- a/plugins/php-yum/versions/common.sh +++ b/plugins/php-yum/versions/common.sh @@ -31,7 +31,7 @@ if [ "$action" == 'install' ];then elif [ -f $FILE_COMMON ];then bash ${FILE_COMMON} install ${version} else - yum install -y php${version}-php*-${extName} + yum install -y php${version}-php-${extName} fi # if [ "${extName}" == "mysql" ];then