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>2024-09-25 11:16:47 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-09-25 11:40:21 +0300
commit4bea427c796d31f3f208c840de9a97a261ac47ca (patch)
treeff1a55e8fba1b99b614b493e6d3fdd15a40f356b /install.sh
parentda7e4d51d6ff62ac71c5c11eb09b9a5f8bad2426 (diff)
minor change
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 ea60eb54..cfebc6b1 100644
--- a/install.sh
+++ b/install.sh
@@ -76,8 +76,8 @@ elif [[ "${release}" == "almalinux" ]]; then
echo -e "${red} Please use AlmaLinux 8 or higher ${plain}\n" && exit 1
fi
elif [[ "${release}" == "rocky" ]]; then
- if [[ ${os_version} -lt 9 ]]; then
- echo -e "${red} Please use Rocky Linux 9 or higher ${plain}\n" && exit 1
+ if [[ ${os_version} -lt 8 ]]; then
+ echo -e "${red} Please use Rocky Linux 8 or higher ${plain}\n" && exit 1
fi
elif [[ "${release}" == "oracle" ]]; then
if [[ ${os_version} -lt 8 ]]; then
@@ -95,7 +95,7 @@ else
echo "- Manjaro"
echo "- Armbian"
echo "- AlmaLinux 8+"
- echo "- Rocky Linux 9+"
+ echo "- Rocky Linux 8+"
echo "- Oracle Linux 8+"
echo "- OpenSUSE Tumbleweed"
echo "- Amazon Linux 2023"