projects
/
ofxAubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70df0ac
)
Added follow redirect flag for curl call inside the installation script.
author
Baris Gumustas
<barisgumustas@gmail.com>
Sun, 5 Mar 2017 15:46:09 +0000
(16:46 +0100)
committer
Baris Gumustas
<barisgumustas@gmail.com>
Sun, 5 Mar 2017 15:46:46 +0000
(16:46 +0100)
scripts/fetch_aubio_osx_framework.sh
patch
|
blob
|
history
diff --git
a/scripts/fetch_aubio_osx_framework.sh
b/scripts/fetch_aubio_osx_framework.sh
index
db1e1b8
..
80e0f2d
100755
(executable)
--- 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 -O
L
http://aubio.org/bin/$AUBIO_VERSION/$AUBIO_ZIPFRAM
unzip -x $AUBIO_ZIPFRAM -d example_aubioDemo/
open example_aubioDemo/$AUBIO_FRAMPATH