diff --git a/scripts/install/rhel.sh b/scripts/install/rhel.sh index 30d149dbf..4a050ed0e 100644 --- a/scripts/install/rhel.sh +++ b/scripts/install/rhel.sh @@ -20,6 +20,9 @@ if [ $VERSION_ID == '7' ]; then elif [ $VERSION_ID == '8' ]; then dnf install -y curl-devel libmcrypt libmcrypt-devel python36-devel dnf install -y libncurses* +else + dnf install -y curl-devel libmcrypt libmcrypt-devel python36-devel + dnf install -y libncurses* fi isStream=$(grep -o -i 'stream' /etc/redhat-release)