From db945e2fbd5764677a7ee2688c428caac3d73fa2 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Fri, 21 Mar 2025 12:49:23 +0100 Subject: OS: Alma Linux 9.5+ --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 3ae2ae89..cf191baa 100644 --- a/install.sh +++ b/install.sh @@ -79,8 +79,8 @@ elif [[ "${release}" == "debian" ]]; then echo -e "${red} Please use Debian 12 or higher ${plain}\n" && exit 1 fi elif [[ "${release}" == "almalinux" ]]; then - if [[ ${os_version} -lt 80 ]]; then - echo -e "${red} Please use AlmaLinux 8.0 or higher ${plain}\n" && exit 1 + if [[ ${os_version} -lt 95 ]]; then + echo -e "${red} Please use AlmaLinux 9.5 or higher ${plain}\n" && exit 1 fi elif [[ "${release}" == "rocky" ]]; then if [[ ${os_version} -lt 95 ]]; then @@ -106,7 +106,7 @@ else echo "- Parch Linux" echo "- Manjaro" echo "- Armbian" - echo "- AlmaLinux 8.0+" + echo "- AlmaLinux 9.5+" echo "- Rocky Linux 9.5+" echo "- Oracle Linux 8+" echo "- OpenSUSE Tumbleweed" -- cgit v1.2.3