Update rhel.sh

pull/427/head
midoks 2 years ago
parent 9f3d06191a
commit f05ce79e63
  1. 2
      scripts/install/rhel.sh

@ -138,7 +138,7 @@ fi
$PKGMGR makecache
$PKGMGR groupinstall -y "Development Tools"
if [ $VERSION_ID -ge 8 ];then
if [ "$VERSION_ID" -ge "8" ];then
# EL8 及以上
# find repo

Loading…
Cancel
Save