1
0
Fork 0

show progress

This commit is contained in:
Frank Celler 2015-11-21 15:12:32 +01:00
parent e4f63ce952
commit 1cc69d22df
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@ set -e
echo
echo '$0: loading precompiled libraries'
wget -q -O - "https://www.arangodb.com/support-files/travisCI/precompiled-libraries-4.3.61.tar.gz" | tar xzf -
wget -q --progress=dot --show-prgress \
-O - --progress=dot --show-prgress \
"https://www.arangodb.com/support-files/travisCI/precompiled-libraries-4.3.61.tar.gz" | tar xzf -
echo
echo '$0: setup make-system'