From 9af749389ef4dc4f741302dedbf6c9ac0b1a5f40 Mon Sep 17 00:00:00 2001 From: Colin Edwards Date: Wed, 1 Feb 2017 18:11:49 -0600 Subject: [PATCH] CI: Unzip VLC quietly --- CI/install-dependencies-osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/install-dependencies-osx.sh b/CI/install-dependencies-osx.sh index 82bcdc4ed..446b5b008 100755 --- a/CI/install-dependencies-osx.sh +++ b/CI/install-dependencies-osx.sh @@ -13,7 +13,7 @@ curl -L -O https://s3-us-west-2.amazonaws.com/obs-nightly/osx-deps.tar.gz tar -xf ./osx-deps.tar.gz -C /tmp curl -L -o vlc-master.zip https://github.com/videolan/vlc/archive/master.zip -unzip ./vlc-master.zip +unzip -q ./vlc-master.zip # CEF Stuff curl -kLO http://opensource.spotify.com/cefbuilds/cef_binary_3.2883.1540.gedbfb20_macosx64.tar.bz2 -- GitLab