diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-03-11 19:19:36 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-03-11 19:19:36 +0300 |
| commit | f2d7b23e506a868744d09aa26484542ff4b6796f (patch) | |
| tree | 3b7e291e84b5f886b883a5c96f4357470d107135 | |
| parent | a28a855effcecab22eaf301e9ae50d56da889393 (diff) | |
Update install.sh
| -rw-r--r-- | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
