This commit is contained in:
Bob Mottram 2017-09-12 18:52:55 +01:00
parent cd143fdefc
commit 0c0e2b9ecc
1 changed files with 2 additions and 2 deletions

View File

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