From a6ca051e11799a4fb83e3bd3e9cbf28829807574 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 13 Jul 2022 01:13:16 +0800 Subject: [PATCH] Update install.sh --- plugins/php-yum/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/php-yum/install.sh b/plugins/php-yum/install.sh index 4e3aa257f..8d30ca522 100755 --- a/plugins/php-yum/install.sh +++ b/plugins/php-yum/install.sh @@ -45,6 +45,7 @@ if [ "$OSNAME" == "centos" ];then fi +# rpm -Uvh http://rpms.remirepo.net/fedora/remi-release-31.rpm if [ "$OSNAME" == "fedora" ];then rpm -Uvh http://rpms.remirepo.net/fedora/remi-release-${VERSION_ID}.rpm fi