Tidying
This commit is contained in:
parent
cd143fdefc
commit
0c0e2b9ecc
|
@ -580,9 +580,9 @@ install_patchwork() {
|
||||||
echo $'Unable to download npm installer'
|
echo $'Unable to download npm installer'
|
||||||
exit 8793636
|
exit 8793636
|
||||||
fi
|
fi
|
||||||
|
chroot "$rootdir" chmod +x /root/npm_install.sh
|
||||||
|
chroot "$rootdir" /root/npm_install.sh $NPM_VERSION
|
||||||
fi
|
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
|
git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue