Search for node
This commit is contained in:
parent
6756137f15
commit
e58eef0651
|
@ -562,9 +562,11 @@ INSTALL_DIR=$HOME/build
|
|||
INSTALLING_MESH=
|
||||
|
||||
install_patchwork() {
|
||||
chroot "$rootdir" apt-get -yq install g++ m4 libtool automake nodejs
|
||||
chroot "$rootdir" apt-get -yq install g++ m4 libtool automake nodejs curl
|
||||
chroot "$rootdir" apt-get -yq install libxext-dev libxtst-dev libxkbfile-dev
|
||||
|
||||
chroot "$rootdir" which node
|
||||
chroot "$rootdir" which nodejs
|
||||
wget https://www.npmjs.com/install.sh -O $rootdir/root/npm_install.sh
|
||||
if [ ! -f $rootdir/root/npm_install.sh ]; then
|
||||
echo $'Unable to download npm installer'
|
||||
|
|
Loading…
Reference in New Issue