@@ -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
- 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