diff --git a/scripts/ci/rpi/pisetup.sh b/scripts/ci/rpi/pisetup.sh index 979d6b5..5e44ccb 100644 --- a/scripts/ci/rpi/pisetup.sh +++ b/scripts/ci/rpi/pisetup.sh @@ -8,6 +8,10 @@ cd /home/pi/openFrameworks/addons git clone --depth=1 https://github.com/jeffcrouse/ofxJSON.git git clone --depth=1 https://github.com/jvcleave/ofxOMXPlayer.git +if [ -e "ofxOMXPlayer" ]; then + rm -rf ofxOMXPlayer +fi + cd ofxOMXPlayer git checkout 0.9.0-compatible cd ..