Skip to content

Commit

Permalink
WIP2
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanoogian committed Jun 7, 2024
1 parent 9b3a66f commit 90ccfb4
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}" --retry 5 -o "$output_file" -LN -D - "$url" 2>&1)
headers=$(curl --tlsv1.2 --proto "=https" -w "%%{http_code}" --retry 5 -o "$output_file" -LN -D - "$url" 2>&1)
exit_code=$?
set -e

Expand Down

0 comments on commit 90ccfb4

Please sign in to comment.