Update rhel.sh

This commit is contained in:
midoks 2023-05-06 13:24:47 +08:00
parent f7c0cd82a0
commit fe62bbee06
1 changed files with 1 additions and 1 deletions

View File

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