Update rhel.sh

pull/597/head
Mr Chen 11 months ago
parent 66dfd39757
commit 15ceaa1dbb
  1. 1
      scripts/install/rhel.sh

@ -19,6 +19,7 @@ if [ $VERSION_ID == '7' ]; then
yum install -y libncurses* yum install -y libncurses*
elif [ $VERSION_ID == '8' ]; then elif [ $VERSION_ID == '8' ]; then
dnf install -y curl-devel libmcrypt libmcrypt-devel python36-devel dnf install -y curl-devel libmcrypt libmcrypt-devel python36-devel
dnf install -y libncurses*
fi fi
isStream=$(grep -o -i 'stream' /etc/redhat-release) isStream=$(grep -o -i 'stream' /etc/redhat-release)

Loading…
Cancel
Save