diff options
Diffstat (limited to 'share/scripts')
-rwxr-xr-x | share/scripts/curl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/curl b/share/scripts/curl index b80fcc1..b84869c 100755 --- a/share/scripts/curl +++ b/share/scripts/curl @@ -149,7 +149,7 @@ fi if curl -V | grep -qs http2 then - CURL_OPTIONS="${CURL_OPTIONS} --https" + CURL_OPTIONS="${CURL_OPTIONS} --http2" fi curl --fail --location --progress-bar --user-agent container-tools/${VERSION} ${CURL_OPTIONS} \ |