From 575f0b29e8279cf39c52aa221df2bcf85e01b4b1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 12 Sep 2017 22:16:12 +0100 Subject: [PATCH] Install electron for SSB on mesh --- src/freedombone-image-customise | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 81d833d0..f2026c1a 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -585,6 +585,8 @@ install_patchwork() { chroot "$rootdir" /root/npm_install.sh fi + chroot "$rootdir" npm install electron-prebuilt -g + git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork cat < $rootdir/usr/bin/install_patchwork