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 58ac3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ curl_download() {

# allow curl to fail w/o exiting
set +e
headers=$(curl --tlsv1.2 --proto "=https" -w "%{http_code}" --silent --retry 5 -o "$output_file" -LN -D - "$url" 2>&1)
headers=$(curl --tlsv1.2 --proto "=https" -w 'http_code' --silent --retry 5 -o "$output_file" -LN -D - "$url" 2>&1)
exit_code=$?
set -e

Expand Down

0 comments on commit 58ac3bb

Please sign in to comment.