Install electron for SSB on mesh
This commit is contained in:
parent
164481ce2e
commit
575f0b29e8
|
@ -585,6 +585,8 @@ install_patchwork() {
|
||||||
chroot "$rootdir" /root/npm_install.sh
|
chroot "$rootdir" /root/npm_install.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
chroot "$rootdir" npm install electron-prebuilt -g
|
||||||
|
|
||||||
git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
|
git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
|
||||||
|
|
||||||
cat <<EOF > $rootdir/usr/bin/install_patchwork
|
cat <<EOF > $rootdir/usr/bin/install_patchwork
|
||||||
|
|
Loading…
Reference in New Issue