Skip to content

Commit 146eb2a

Browse files
committed
Don't be too much version when downloading. Make buildbot output smaller
1 parent 7768809 commit 146eb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WGET=$?
55
which curl >/dev/null 2>&1
66
CURL=$?
77
if [ "$WGET" -eq 0 ]; then
8-
DL_CMD="wget -c"
8+
DL_CMD="wget --no-verbose -c"
99
elif [ "$CURL" -eq 0 ]; then
1010
DL_CMD="curl -C - -O"
1111
else

0 commit comments

Comments
 (0)