From d30dd5906a526fd2000c18068a7e1d3c4c3436ed Mon Sep 17 00:00:00 2001 From: Axodouble Date: Thu, 14 May 2026 06:00:44 +0000 Subject: [PATCH] Updated exit conditions --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 53cdf62..812abe1 100644 --- a/install.sh +++ b/install.sh @@ -25,7 +25,6 @@ if [ -w "/usr/local/bin" ]; then echo_cmd "curl -L -o \"/usr/local/bin/qu\" \"https://git.cer.sh/axodouble/quptime/releases/download/${RELEASE}/qu-${RELEASE}-linux-amd64\"" echo_cmd "chmod +x \"/usr/local/bin/qu\"" echo "> qu has been installed to /usr/local/bin/qu" - exit 0 else echo "Error: curl is not installed. Please install curl and try again." exit 1