Skip to content

Commit

Permalink
Do not prefer any IP version
Browse files Browse the repository at this point in the history
  • Loading branch information
WhoAmI0501 committed Jul 19, 2023
1 parent c114b38 commit 219425d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensible-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fetch_archive() {

if [ ! -f $OUTDIR/archives/$name.tar.gz ]; then
echo "Fetching $name .."
wget -nv -O $OUTDIR/archives/$name.tar.gz.unchecked --prefer-family=IPv4 --connect-timeout=30 $url
wget -nv -O $OUTDIR/archives/$name.tar.gz.unchecked --connect-timeout=30 $url
echo "$hash $OUTDIR/archives/$name.tar.gz.unchecked" | sha256sum -c -
mv $OUTDIR/archives/$name.tar.gz.unchecked $OUTDIR/archives/$name.tar.gz
fi
Expand Down

0 comments on commit 219425d

Please sign in to comment.