We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f176f5d commit ef6951dCopy full SHA for ef6951d
1 file changed
depends/download-and-extract.sh
@@ -5,7 +5,10 @@ archive=$1
5
url=$2
6
7
if [ ! -f $archive.tar.gz ]; then
8
- wget --no-verbose -O $archive.tar.gz $url
+ wget -O $archive.tar.gz $url \
9
+ --no-verbose \
10
+ --retry-connrefused \
11
+ --retry-on-http-error=429,503,504
12
fi
13
14
rmdir $archive
0 commit comments