We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac34a63 commit 5c38b93Copy full SHA for 5c38b93
install.sh
@@ -57,6 +57,7 @@ if [ -z "$SCRIPT_VERSION" ]; then
57
error "Could not get the version of the script using GitHub."
58
echo "* Please check on the site below if the 'API Requests' are as normal status."
59
echo -e "${YELLOW}$(hyperlink "$GITHUB_STATUS_URL")${RESET}"
60
+ exit 1
61
fi
62
63
# Check Curl #
0 commit comments