aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/linux/before_install.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-10 22:07:36 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-10 22:07:36 -0800
commit687d98e6a7c13fcd5e4bd9ceab5b2b9ac19191a7 (patch)
tree8e18a00355035c0cdf096e64a7fe8796e14f376c /scripts/linux/before_install.sh
parent577bf57ddfb860b704296d46a27003ee69cee4bf (diff)
downloadsubsurface-687d98e6a7c13fcd5e4bd9ceab5b2b9ac19191a7.tar.gz
Travis: stop wget verbose output from flooding log
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/linux/before_install.sh')
-rw-r--r--scripts/linux/before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/linux/before_install.sh b/scripts/linux/before_install.sh
index 58f40c760..c9dc2dd75 100644
--- a/scripts/linux/before_install.sh
+++ b/scripts/linux/before_install.sh
@@ -11,7 +11,7 @@ set -x
export QT_ROOT=$PWD/Qt/5.9.3
rm -rf Qt
mkdir -p $QT_ROOT
-wget http://subsurface-divelog.org/downloads/Qt-5.9.3-trusty.tar.xz
+wget -q http://subsurface-divelog.org/downloads/Qt-5.9.3-trusty.tar.xz
tar -xJ -C $QT_ROOT -f Qt-5.9.3-trusty.tar.xz
sudo ln -s $QT_ROOT /usr/local/Qt-5.9.3