Selaa lähdekoodia

Search for node

Bob Mottram 7 vuotta sitten
vanhempi
commit
e58eef0651
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3
    1
      src/freedombone-image-customise

+ 3
- 1
src/freedombone-image-customise Näytä tiedosto

@@ -562,9 +562,11 @@ INSTALL_DIR=$HOME/build
562 562
 INSTALLING_MESH=
563 563
 
564 564
 install_patchwork() {
565
-    chroot "$rootdir" apt-get -yq install g++ m4 libtool automake nodejs
565
+    chroot "$rootdir" apt-get -yq install g++ m4 libtool automake nodejs curl
566 566
     chroot "$rootdir" apt-get -yq install libxext-dev libxtst-dev libxkbfile-dev
567 567
 
568
+    chroot "$rootdir" which node
569
+    chroot "$rootdir" which nodejs
568 570
     wget https://www.npmjs.com/install.sh -O $rootdir/root/npm_install.sh
569 571
     if [ ! -f $rootdir/root/npm_install.sh ]; then
570 572
         echo $'Unable to download npm installer'