Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Jan 22, 2025
1 parent 4e8353e commit 81ded29
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions distribution/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -713,11 +713,10 @@ check_help_for() {

# Check if curl supports the --retry flag
check_curl_for_retry_support() {
# Check if curl supports the --retry flag
if check_help_for "notspecified" "curl" "--retry"; then
return 0 # Return true (success)
return 0
else
return 1 # Return false (failure)
return 1
fi
}

Expand Down

0 comments on commit 81ded29

Please sign in to comment.