Browse Source

Install electron for SSB on mesh

Bob Mottram 7 years ago
parent
commit
575f0b29e8
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-image-customise

+ 2
- 0
src/freedombone-image-customise View File

585
         chroot "$rootdir" /root/npm_install.sh
585
         chroot "$rootdir" /root/npm_install.sh
586
     fi
586
     fi
587
 
587
 
588
+    chroot "$rootdir" npm install electron-prebuilt -g
589
+
588
     git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
590
     git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
589
 
591
 
590
     cat <<EOF > $rootdir/usr/bin/install_patchwork
592
     cat <<EOF > $rootdir/usr/bin/install_patchwork