From f7c0cd82a0876b89fc8df6e1c048bd796a052f17 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 6 May 2023 13:22:49 +0800 Subject: [PATCH] Update rhel.sh --- scripts/install/rhel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install/rhel.sh b/scripts/install/rhel.sh index 1347be231..b266e2d96 100644 --- a/scripts/install/rhel.sh +++ b/scripts/install/rhel.sh @@ -31,12 +31,12 @@ fi # install remi source if [ "$VERSION_ID" == "9" ];then + echo "install remi start" if [ ! -f /etc/yum.repos.d/remi.repo ];then - echo "install remi start" rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-9.rpm rpm --import http://rpms.famillecollet.com/RPM-GPG-KEY-remi - echo "install remi end" fi + echo "install remi end" fi #https need