diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-03-21 14:49:23 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-03-21 14:49:23 +0300 |
| commit | db945e2fbd5764677a7ee2688c428caac3d73fa2 (patch) | |
| tree | c5952d687f27a1c6e8eeef985b027b1964ae83bd /install.sh | |
| parent | 667fac15f45cc576a25568c0da4352db3aa11a67 (diff) | |
OS: Alma Linux 9.5+
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |
