Skip to content

Commit

Permalink
Improve compatibility with wget2
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrull authored and austin987 committed Dec 15, 2023
1 parent 1f7d8b7 commit 744303f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -1551,6 +1551,7 @@ w_download_to()
--retry-connrefused \
--timeout "${WINETRICKS_DOWNLOADER_TIMEOUT}" \
--tries "${WINETRICKS_DOWNLOADER_RETRIES}" \
--header "Accept: */*" \
${_W_cookiejar:+--load-cookies "${_W_cookiejar}"} \
${_W_agent:+--user-agent="${_W_agent}"} \
"${_W_url}"
Expand Down

0 comments on commit 744303f

Please sign in to comment.