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