Browse Source

Remove cloning ofxPiMapper once more

master
Krisjanis Rijnieks 7 years ago
parent
commit
3c7f431f1d
  1. 1
      scripts/ci/rpi/pisetup.sh

1
scripts/ci/rpi/pisetup.sh

@ -4,7 +4,6 @@ echo "Hello! Me is pisetup.sh script."
cd /home/pi/openFrameworks/addons
git clone --depth=1 https://github.com/jeffcrouse/ofxJSON.git
git clone --depth=1 https://github.com/kr15h/ofxPiMapper.git
cd ofxPiMapper/example_basic
make

Loading…
Cancel
Save