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 <mc.sanaei@gmail.com>2023-02-21 11:20:09 +0300
committerGitHub <noreply@github.com>2023-02-21 11:20:09 +0300
commitf01cb8f1d8d1a901d883bb6dd441815c802e2581 (patch)
tree61c4441ac8f261405bcb421bfb6b60ade0037555 /install.sh
parentdb91554b34bd2e085f53f28bd1e460777813f5c2 (diff)
Update install.sh
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 03f7e869..87d8f85c 100644
--- a/install.sh
+++ b/install.sh
@@ -62,7 +62,7 @@ if [[ x"${release}" == x"centos" ]]; then
echo -e "${red} Please use CentOS 8 or higher ${plain}\n" && exit 1
fi
elif [[ x"${release}" == x"ubuntu" ]]; then
- if [[ ${os_version} -lt 18 ]]; then
+ if [[ ${os_version} -lt 20 ]]; then
echo -e "${red} Please use Ubuntu 20 or higher ${plain}\n" && exit 1
fi
elif [[ x"${release}" == x"debian" ]]; then