Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanoogian committed Jun 7, 2024
1 parent 9470fb8 commit bc3f94c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ curl_download() {
exit_code=$?
set -e

log_debug "VERSION $(curl --version 2>&1)"
log_debug "START"
log_debug "$headers"
log_debug "STOP"

status_code="$(echo "$headers" | tail -1)"

if [ "$status_code" -ne 200 ]; then
Expand Down

0 comments on commit bc3f94c

Please sign in to comment.