mirror of https://gitee.com/bigwinds/arangodb
show progress
This commit is contained in:
parent
e4f63ce952
commit
1cc69d22df
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue