SCRIPTS=$(pwd)/setup HOST=$1 # Download the extension from Flamenco and install it wget $HOST/flamenco-addon.zip -O workspace/flamenco-addon.zip blender --command extension install-file -r user_default -e workspace/flamenco-addon.zip # Finally, perform setup scripts blender -b -P $SCRIPTS/setup.py