From 3c7f431f1d3732482fc277b094b93a9a990189a5 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 6 May 2018 01:49:05 +0200 Subject: [PATCH] Remove cloning ofxPiMapper once more --- scripts/ci/rpi/pisetup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/ci/rpi/pisetup.sh b/scripts/ci/rpi/pisetup.sh index 1f05d21..9f4e3bf 100644 --- a/scripts/ci/rpi/pisetup.sh +++ b/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