projects
/
ofxAubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8f1076
)
scripts/fetch_aubio_osx_framework.sh: use curl (fixes #1)
author
Paul Brossier
<piem@piem.org>
Fri, 30 Oct 2015 11:06:23 +0000
(12:06 +0100)
committer
Paul Brossier
<piem@piem.org>
Fri, 30 Oct 2015 11:06:23 +0000
(12:06 +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
e2012cf
..
db1e1b8
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
-
wget
http://aubio.org/bin/$AUBIO_VERSION/$AUBIO_ZIPFRAM
+
curl -O
http://aubio.org/bin/$AUBIO_VERSION/$AUBIO_ZIPFRAM
unzip -x $AUBIO_ZIPFRAM -d example_aubioDemo/
open example_aubioDemo/$AUBIO_FRAMPATH