mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 20:26:19 +00:00
remove comment x-ui.sh
This commit is contained in:
parent
fdb99064f1
commit
2b18624dcd
1 changed files with 0 additions and 1 deletions
1
x-ui.sh
1
x-ui.sh
|
@ -57,7 +57,6 @@ 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
|
||||
# Для Amazon Linux используем ту же ветку, что и для 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