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-20 21:45:29 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-03-20 21:45:29 +0300
commit29033a782816d9468c83333296408c6a1741f2d1 (patch)
treefc5651aa3f21b3117e3d095f2db5862f4e456bb6 /install.sh
parent2ffde55f8fad65bde9c7ff6a5ba69644bef04319 (diff)
OS: Debian 12+
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 675bd1a3..b4718d7e 100644
--- a/install.sh
+++ b/install.sh
@@ -75,8 +75,8 @@ elif [[ "${release}" == "amzn" ]]; then
echo -e "${red} Please use Amazon Linux 2023!${plain}\n" && exit 1
fi
elif [[ "${release}" == "debian" ]]; then
- if [[ ${os_version} -lt 11 ]]; then
- echo -e "${red} Please use Debian 11 or higher ${plain}\n" && exit 1
+ if [[ ${os_version} -lt 12 ]]; 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
@@ -98,7 +98,7 @@ else
echo -e "${red}Your operating system is not supported by this script.${plain}\n"
echo "Please ensure you are using one of the following supported operating systems:"
echo "- Ubuntu 22.04+"
- echo "- Debian 11+"
+ echo "- Debian 12+"
echo "- CentOS 8+"
echo "- OpenEuler 22.03+"
echo "- Fedora 36+"