From 15ceaa1dbbdf5944600a6e42915f3936cc68f16b Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 10 Jun 2024 12:45:17 +0800 Subject: [PATCH] Update rhel.sh --- scripts/install/rhel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install/rhel.sh b/scripts/install/rhel.sh index 8b3f89fb0..30d149dbf 100644 --- a/scripts/install/rhel.sh +++ b/scripts/install/rhel.sh @@ -19,6 +19,7 @@ if [ $VERSION_ID == '7' ]; then yum install -y libncurses* elif [ $VERSION_ID == '8' ]; then dnf install -y curl-devel libmcrypt libmcrypt-devel python36-devel + dnf install -y libncurses* fi isStream=$(grep -o -i 'stream' /etc/redhat-release)