From 1bc461d6d97034260689da1bcf4ade3d57c7113f 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..3b734f38 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