From bc6370ad8ee55a08c700632c85b8196f57aa264f Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 10 Jun 2024 12:53:03 +0800 Subject: [PATCH] Update rhel.sh --- scripts/install/rhel.sh | 3 +++ 1 file changed, 3 insertions(+) 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)