mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-11 12:46:19 +00:00
comment updated x-ui.sh
This commit is contained in:
parent
1f0eeb7776
commit
8a7f82b9ab
1 changed files with 1 additions and 0 deletions
1
x-ui.sh
1
x-ui.sh
|
@ -57,6 +57,7 @@ elif [[ "${release}" == "ubuntu" ]]; then
|
|||
echo -e "${red} Please use Ubuntu 20 or higher version!${plain}\n" && exit 1
|
||||
fi
|
||||
elif [[ "${release}" == "fedora" || "${release}" == "amzn" ]]; then
|
||||
# For Amazon Linux, use the same branch as for Fedora
|
||||
if [[ ${os_version} -lt 36 && "${release}" == "fedora" ]]; then
|
||||
echo -e "${red} Please use Fedora 36 or higher version!${plain}\n" && exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue