From fe62bbee060afbbdc5e88b2548ef4bdf27a78e5c Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 6 May 2023 13:24:47 +0800 Subject: [PATCH] Update rhel.sh --- scripts/install/rhel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/rhel.sh b/scripts/install/rhel.sh index b266e2d96..672fb990c 100644 --- a/scripts/install/rhel.sh +++ b/scripts/install/rhel.sh @@ -29,7 +29,7 @@ if [ $VERSION_ID -ge 8 ];then PKGMGR='dnf' fi -# install remi source +echo "install remi source" if [ "$VERSION_ID" == "9" ];then echo "install remi start" if [ ! -f /etc/yum.repos.d/remi.repo ];then