Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #660 from itsolutek/master
Browse files Browse the repository at this point in the history
Change wget secure protocol parameter
  • Loading branch information
myspaghetti authored Jul 28, 2023
2 parents 0cd70ee + 4986bb9 commit 470e920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos-guest-virtualbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ fi
# wget supports --show-progress from version 1.16
regex='1\.1[6-9]|1\.[2-9][0-9]' # for zsh quoted regex compatibility
if [[ "$(wget --version 2>/dev/null | head -n 1)" =~ ${regex} ]]; then
wgetargs="--quiet --continue --show-progress --timeout=60" # pretty
wgetargs="--quiet --continue --show-progress --timeout=60 --secure-protocol=PFS" # pretty
else
wgetargs="--continue" # ugly
fi
Expand Down

0 comments on commit 470e920

Please sign in to comment.