Update rhel.sh

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

@ -20,6 +20,9 @@ if [ $VERSION_ID == '7' ]; then
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* dnf install -y libncurses*
else
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