diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index f192fe51..2bb4464c 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -585,14 +585,12 @@ install_patchwork() { chroot "$rootdir" /root/npm_install.sh fi - chroot "$rootdir" npm install electron@1.7.6 -g - git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork cat < $rootdir/usr/bin/install_patchwork #!/bin/bash cd /etc/patchwork -npm install +npm install -g EOF chroot "$rootdir" /bin/chmod +x /usr/bin/install_patchwork chroot "$rootdir" /usr/bin/install_patchwork