diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-03-20 21:45:29 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-03-20 21:45:29 +0300 |
| commit | 29033a782816d9468c83333296408c6a1741f2d1 (patch) | |
| tree | fc5651aa3f21b3117e3d095f2db5862f4e456bb6 /install.sh | |
| parent | 2ffde55f8fad65bde9c7ff6a5ba69644bef04319 (diff) | |
OS: Debian 12+
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -75,8 +75,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 @@ -98,7 +98,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+" |
