Skip to content

Commit

Permalink
Use HTTP1 downloading OVA
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja authored Sep 29, 2021
1 parent dd43e52 commit 24fe053
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ extract_ova_parts() {

download_ova_parts() {
clean_ova_parts
curl -Z \
curl \
--http1.1 \
--parallel \
--parallel-max 32 \
$OVA_URL \
-o 'sol-11_4-part#1.zip'
Expand Down

0 comments on commit 24fe053

Please sign in to comment.