From e03f8d4e3deb9d638915299691bc0c5950f80b54 Mon Sep 17 00:00:00 2001 From: Eric Swanson Date: Tue, 5 Dec 2023 22:07:03 -0800 Subject: [PATCH] fix: shell formatting --- public/install/200_downloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/install/200_downloader.sh b/public/install/200_downloader.sh index 3e670baf10..5ace66cd00 100644 --- a/public/install/200_downloader.sh +++ b/public/install/200_downloader.sh @@ -70,7 +70,7 @@ downloader() { need_cmd "$_dld" elif [ "$_dld" = curl ]; then if check_help_for curl --proto --tlsv1.2; then - curl --proto '=https' --tlsv1.2 --show-error --fail --connect-timeout 10 --retry 5 --location "$1" --output "$2" --progress-bar + curl --proto '=https' --tlsv1.2 --show-error --fail --connect-timeout 10 --retry 5 --location "$1" --output "$2" --progress-bar elif ! [ "$flag_INSECURE" ]; then warn "Not forcing TLS v1.2, this is potentially less secure" curl --show-error --fail --connect-timeout 10 --retry 5 --location "$1" --output "$2" --progress-bar