From 42ee9e25c7bf5bee495dec26ac6aced707316b98 Mon Sep 17 00:00:00 2001 From: jywarren Date: Sat, 17 Nov 2018 13:29:43 -0500 Subject: [PATCH] tweak to rebuild w/ new image sequencer --- builder/chroot-script.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/builder/chroot-script.sh b/builder/chroot-script.sh index 0fc4c63..7b6ec50 100644 --- a/builder/chroot-script.sh +++ b/builder/chroot-script.sh @@ -233,7 +233,6 @@ echo "Installing image-sequencer" git clone https://github.com/publiclab/image-sequencer.git cd image-sequencer npm install - cd / echo "Installing rpi-serial-console script"