mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-05 01:36:19 +00:00
install.sh
This commit is contained in:
parent
9e0c49d6b3
commit
39b50f3163
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ if [[ "${release}" == "centos" ]]; then
|
|||
echo -e "${red} Please use CentOS 8 or higher ${plain}\n" && exit 1
|
||||
fi
|
||||
elif [[ "${release}" == "ubuntu" ]]; then
|
||||
if [[ ${os_version} -lt 15 ]]; then
|
||||
echo -e "${red}please use Ubuntu 15 or higher version!${plain}\n" && exit 1
|
||||
if [[ ${os_version} -lt 18 ]]; then
|
||||
echo -e "${red}please use Ubuntu 18 or higher version!${plain}\n" && exit 1
|
||||
fi
|
||||
|
||||
elif [[ "${release}" == "fedora" ]]; then
|
||||
|
|
Loading…
Reference in a new issue