mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-10-27 02:24:40 +00:00
Update install.sh
This commit is contained in:
parent
7ddd4e5660
commit
83496e1cc7
1 changed files with 2 additions and 3 deletions
|
|
@ -54,9 +54,8 @@ elif [[ "${release}" == "debian" ]]; then
|
||||||
echo -e "${red} Please use Debian 10 or higher ${plain}\n" && exit 1
|
echo -e "${red} Please use Debian 10 or higher ${plain}\n" && exit 1
|
||||||
fi
|
fi
|
||||||
elif [[ "${release}" == "arch" ]]; then
|
elif [[ "${release}" == "arch" ]]; then
|
||||||
if [false]; then
|
echo "OS is ArchLinux"
|
||||||
echo -e "${red} Please use Debian 10 or higher ${plain}\n" && exit 1
|
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
echo -e "${red}Failed to check the OS version, please contact the author!${plain}" && exit 1
|
echo -e "${red}Failed to check the OS version, please contact the author!${plain}" && exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue