From 58ac3bbfbe62c1ed8093c2ac2c7b05fb4da01ced Mon Sep 17 00:00:00 2001 From: Nic Manoogian Date: Fri, 7 Jun 2024 17:15:10 -0400 Subject: [PATCH] WIP --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index c35a2c85..3f5c6174 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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