mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-23 11:26:52 +00:00
Update install.sh
This commit is contained in:
parent
e36c13228e
commit
f640bc1f19
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ if [[ x"${release}" == x"centos" ]]; then
|
||||||
echo -e "${red} Please use CentOS 8 or higher ${plain}\n" && exit 1
|
echo -e "${red} Please use CentOS 8 or higher ${plain}\n" && exit 1
|
||||||
fi
|
fi
|
||||||
elif [[ x"${release}" == x"ubuntu" ]]; then
|
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
|
echo -e "${red} Please use Ubuntu 20 or higher ${plain}\n" && exit 1
|
||||||
fi
|
fi
|
||||||
elif [[ x"${release}" == x"debian" ]]; then
|
elif [[ x"${release}" == x"debian" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue