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:40:13 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-03-21 14:40:13 +0300
commit667fac15f45cc576a25568c0da4352db3aa11a67 (patch)
tree58c498f57385ed68c01ab7a95215dbc9a8963ac5 /install.sh
parent29033a782816d9468c83333296408c6a1741f2d1 (diff)
OS: Rocky 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 b4718d7e..3ae2ae89 100644
--- a/install.sh
+++ b/install.sh
@@ -83,8 +83,8 @@ elif [[ "${release}" == "almalinux" ]]; 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
- echo -e "${red} Please use Rocky Linux 8 or higher ${plain}\n" && exit 1
+ if [[ ${os_version} -lt 95 ]]; then
+ echo -e "${red} Please use Rocky Linux 9.5 or higher ${plain}\n" && exit 1
fi
elif [[ "${release}" == "ol" ]]; then
if [[ ${os_version} -lt 8 ]]; then
@@ -107,7 +107,7 @@ else
echo "- Manjaro"
echo "- Armbian"
echo "- AlmaLinux 8.0+"
- echo "- Rocky Linux 8+"
+ echo "- Rocky Linux 9.5+"
echo "- Oracle Linux 8+"
echo "- OpenSUSE Tumbleweed"
echo "- Amazon Linux 2023"