We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8c9fd commit 0f7c75aCopy full SHA for 0f7c75a
1 file changed
scripts/idesetup
@@ -82,7 +82,7 @@ download_and_extract() {
82
83
if [ "$do_download" = "true" ]; then
84
print_info "Downloading $name..."
85
- curl -L -o $dest $url
+ curl -L -o $dest $url --http1.1
86
print_success "$name has been downloaded."
87
echo ""
88
fi
0 commit comments