Skip to content

Commit

Permalink
fix: Disable HTTP keepalives (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Nov 13, 2024
1 parent 06a7ea9 commit 608fb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ downloadFile() {

/run/progress.sh "$dest" "0" "$msg ([P])..." &

{ wget "$url" -O "$dest" -q --timeout=30 --show-progress "$progress"; rc=$?; } || :
{ wget "$url" -O "$dest" -q --timeout=30 --no-http-keep-alive --show-progress "$progress"; rc=$?; } || :

fKill "progress.sh"

Expand Down

0 comments on commit 608fb6b

Please sign in to comment.