Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-03-21 14:49:23 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-03-21 14:49:23 +0300
commitdb945e2fbd5764677a7ee2688c428caac3d73fa2 (patch)
treec5952d687f27a1c6e8eeef985b027b1964ae83bd /install.sh
parent667fac15f45cc576a25568c0da4352db3aa11a67 (diff)
OS: Alma Linux 9.5+
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh6
1 files changed, 3 insertions, 3 deletions
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"