diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-25 12:19:41 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-25 12:31:07 +0300 |
| commit | 19b95829e015b97602cfc505685548d1001a7719 (patch) | |
| tree | 11373352f34bbca9708cc68c819076ffd475bb07 /x-ui.sh | |
| parent | 4bea427c796d31f3f208c840de9a97a261ac47ca (diff) | |
OS Support - AlmaLinux 8.0 +
Diffstat (limited to 'x-ui.sh')
| -rw-r--r-- | x-ui.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -69,8 +69,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 @@ -91,7 +91,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" |
