diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index b4ee1684..834be2f7 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -580,9 +580,9 @@ install_patchwork() { echo $'Unable to download npm installer' exit 8793636 fi + chroot "$rootdir" chmod +x /root/npm_install.sh + chroot "$rootdir" /root/npm_install.sh $NPM_VERSION fi - chroot "$rootdir" chmod +x /root/npm_install.sh - chroot "$rootdir" /root/npm_install.sh $NPM_VERSION git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork