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 7768809 commit 146eb2aCopy full SHA for 146eb2a
data/download.sh
@@ -5,7 +5,7 @@ WGET=$?
5
which curl >/dev/null 2>&1
6
CURL=$?
7
if [ "$WGET" -eq 0 ]; then
8
- DL_CMD="wget -c"
+ DL_CMD="wget --no-verbose -c"
9
elif [ "$CURL" -eq 0 ]; then
10
DL_CMD="curl -C - -O"
11
else
0 commit comments