From 168d0de0766b93c4596e2de2eb2af3cb49b47cd8 Mon Sep 17 00:00:00 2001 From: Baris Gumustas Date: Sun, 5 Mar 2017 16:46:09 +0100 Subject: [PATCH] Added follow redirect flag for curl call inside the installation script. --- scripts/fetch_aubio_osx_framework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fetch_aubio_osx_framework.sh b/scripts/fetch_aubio_osx_framework.sh index db1e1b8..80e0f2d 100755 --- a/scripts/fetch_aubio_osx_framework.sh +++ b/scripts/fetch_aubio_osx_framework.sh @@ -8,6 +8,6 @@ set -e set -x rm -rf $AUBIO_ZIPFRAM example_aubioDemo/$AUBIO_FRAMPATH -curl -O http://aubio.org/bin/$AUBIO_VERSION/$AUBIO_ZIPFRAM +curl -OL http://aubio.org/bin/$AUBIO_VERSION/$AUBIO_ZIPFRAM unzip -x $AUBIO_ZIPFRAM -d example_aubioDemo/ open example_aubioDemo/$AUBIO_FRAMPATH -- 2.11.0