From f2d7b23e506a868744d09aa26484542ff4b6796f Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 11 Mar 2023 19:49:36 +0330 Subject: [PATCH] Update install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 74d43cec..2d38a5cd 100644 --- a/install.sh +++ b/install.sh @@ -62,7 +62,8 @@ elif [[ "${release}" == "debian" ]]; then if [[ ${os_version} -lt 10 ]]; then echo -e "${red} Please use Debian 10 or higher ${plain}\n" && exit 1 fi - +else + echo -e "${red}Failed to check the OS version, please contact the author!${plain}" && exit 1 fi