From: Baris Gumustas Date: Sun, 5 Mar 2017 15:46:09 +0000 (+0100) Subject: Added follow redirect flag for curl call inside the installation script. X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=168d0de0766b93c4596e2de2eb2af3cb49b47cd8;p=ofxAubio.git Added follow redirect flag for curl call inside the installation script. --- 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