diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-10 22:07:36 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-10 22:07:36 -0800 |
commit | 687d98e6a7c13fcd5e4bd9ceab5b2b9ac19191a7 (patch) | |
tree | 8e18a00355035c0cdf096e64a7fe8796e14f376c /scripts/linux/before_install.sh | |
parent | 577bf57ddfb860b704296d46a27003ee69cee4bf (diff) | |
download | subsurface-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.sh | 2 |
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 |