From 4bea427c796d31f3f208c840de9a97a261ac47ca Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Wed, 25 Sep 2024 10:16:47 +0200 Subject: minor change --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index ea60eb54..cfebc6b1 100644 --- a/install.sh +++ b/install.sh @@ -76,8 +76,8 @@ elif [[ "${release}" == "almalinux" ]]; then echo -e "${red} Please use AlmaLinux 8 or higher ${plain}\n" && exit 1 fi elif [[ "${release}" == "rocky" ]]; then - if [[ ${os_version} -lt 9 ]]; then - echo -e "${red} Please use Rocky Linux 9 or higher ${plain}\n" && exit 1 + if [[ ${os_version} -lt 8 ]]; then + echo -e "${red} Please use Rocky Linux 8 or higher ${plain}\n" && exit 1 fi elif [[ "${release}" == "oracle" ]]; then if [[ ${os_version} -lt 8 ]]; then @@ -95,7 +95,7 @@ else echo "- Manjaro" echo "- Armbian" echo "- AlmaLinux 8+" - echo "- Rocky Linux 9+" + echo "- Rocky Linux 8+" echo "- Oracle Linux 8+" echo "- OpenSUSE Tumbleweed" echo "- Amazon Linux 2023" -- cgit v1.2.3