From 19b95829e015b97602cfc505685548d1001a7719 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Wed, 25 Sep 2024 11:19:41 +0200 Subject: OS Support - AlmaLinux 8.0 + --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index cfebc6b1..a0b937a4 100644 --- a/install.sh +++ b/install.sh @@ -72,8 +72,8 @@ elif [[ "${release}" == "debian" ]]; then echo -e "${red} Please use Debian 11 or higher ${plain}\n" && exit 1 fi elif [[ "${release}" == "almalinux" ]]; then - if [[ ${os_version} -lt 8 ]]; then - echo -e "${red} Please use AlmaLinux 8 or higher ${plain}\n" && exit 1 + if [[ ${os_version} -lt 80 ]]; then + echo -e "${red} Please use AlmaLinux 8.0 or higher ${plain}\n" && exit 1 fi elif [[ "${release}" == "rocky" ]]; then if [[ ${os_version} -lt 8 ]]; then @@ -94,7 +94,7 @@ else echo "- Parch Linux" echo "- Manjaro" echo "- Armbian" - echo "- AlmaLinux 8+" + echo "- AlmaLinux 8.0+" echo "- Rocky Linux 8+" echo "- Oracle Linux 8+" echo "- OpenSUSE Tumbleweed" -- cgit v1.2.3