From 83496e1cc7da013c7a266d412eaac42a650e4c3f Mon Sep 17 00:00:00 2001 From: Hiradpi <78161225+Hiradpi@users.noreply.github.com> Date: Sun, 6 Aug 2023 15:21:49 +0330 Subject: [PATCH] Update install.sh --- install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 668a50df..507ade0c 100644 --- a/install.sh +++ b/install.sh @@ -54,9 +54,8 @@ elif [[ "${release}" == "debian" ]]; then echo -e "${red} Please use Debian 10 or higher ${plain}\n" && exit 1 fi elif [[ "${release}" == "arch" ]]; then - if [false]; then - echo -e "${red} Please use Debian 10 or higher ${plain}\n" && exit 1 - fi + echo "OS is ArchLinux" + else echo -e "${red}Failed to check the OS version, please contact the author!${plain}" && exit 1 fi