Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit 0f7c75a

Browse files
authored
fix: use http1.1 in curl connection (#10)
1 parent aa8c9fd commit 0f7c75a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/idesetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ download_and_extract() {
8282

8383
if [ "$do_download" = "true" ]; then
8484
print_info "Downloading $name..."
85-
curl -L -o $dest $url
85+
curl -L -o $dest $url --http1.1
8686
print_success "$name has been downloaded."
8787
echo ""
8888
fi

0 commit comments

Comments
 (0)