diff options
Diffstat (limited to 'x-ui.sh')
| -rw-r--r-- | x-ui.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -72,8 +72,8 @@ elif [[ "${release}" == "amzn" ]]; then echo -e "${red} Please use Amazon Linux 2023!${plain}\n" && exit 1 fi elif [[ "${release}" == "debian" ]]; then - if [[ ${os_version} -lt 11 ]]; then - echo -e "${red} Please use Debian 11 or higher ${plain}\n" && exit 1 + if [[ ${os_version} -lt 12 ]]; then + echo -e "${red} Please use Debian 12 or higher ${plain}\n" && exit 1 fi elif [[ "${release}" == "almalinux" ]]; then if [[ ${os_version} -lt 80 ]]; then @@ -95,7 +95,7 @@ else echo -e "${red}Your operating system is not supported by this script.${plain}\n" echo "Please ensure you are using one of the following supported operating systems:" echo "- Ubuntu 22.04+" - echo "- Debian 11+" + echo "- Debian 12+" echo "- CentOS 8+" echo "- OpenEuler 22.03+" echo "- Fedora 36+" |
