Update rhel.sh

This commit is contained in:
midoks 2023-05-06 13:22:49 +08:00
parent 13a2014558
commit f7c0cd82a0
1 changed files with 2 additions and 2 deletions

View File

@ -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