We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b291018 commit 2fbdf9aCopy full SHA for 2fbdf9a
builder/chroot-script.sh
@@ -233,13 +233,6 @@ cd image-sequencer
233
npm install
234
cd /
235
236
-echo "Installing image-sequencer"
237
-# install image-sequencer in the web public folder:
238
-git clone https://github.com/publiclab/image-sequencer.git
239
-cd image-sequencer
240
-npm install
241
-cd /
242
-
243
echo "Installing rpi-serial-console script"
244
wget -q https://raw.githubusercontent.com/lurch/rpi-serial-console/master/rpi-serial-console -O usr/local/bin/rpi-serial-console
245
chmod +x usr/local/bin/rpi-serial-console
0 commit comments