Update rhel.sh

pull/407/head
midoks 2 years ago
parent f7c0cd82a0
commit fe62bbee06
  1. 2
      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

Loading…
Cancel
Save