File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ download(){
5050 REPO=" nightly"
5151 fi
5252
53+ # FIXME: remove later, now forcing "latest"
54+ REPO=" latest"
55+
5356
5457 if [[ $TAG != " " ]] ; then
5558 REPO=" $TAG "
@@ -362,7 +365,7 @@ for PKG in $PKGS; do
362365 # FIXME: this if can be removed after this is fixed properly on apothecary, see:
363366 # https://github.com/openframeworks/openFrameworks/issues/8206
364367
365- if [ " $PLATFORM " == " linux" && [ [ " $ARCH " == " aarch64" ] || [ " $ARCH " == " armv7l" ] || [ " $ARCH " == " armv6l" ] ] ] ; then
368+ if [ " $PLATFORM " == " linux" ] && { [ " $ARCH " == " aarch64" ] || [ " $ARCH " == " armv7l" ] || [ " $ARCH " == " armv6l" ]; } ; then
366369 echo " tar xjfv download/$PKG --strip-components=1"
367370 tar xjf download/$PKG --strip-components=1
368371 else
You can’t perform that action at this time.
0 commit comments