Explorar el Código

Search for node

Bob Mottram hace 7 años
padre
commit
e58eef0651
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      src/freedombone-image-customise

+ 3
- 1
src/freedombone-image-customise Ver fichero

562
 INSTALLING_MESH=
562
 INSTALLING_MESH=
563
 
563
 
564
 install_patchwork() {
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
     chroot "$rootdir" apt-get -yq install libxext-dev libxtst-dev libxkbfile-dev
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
     wget https://www.npmjs.com/install.sh -O $rootdir/root/npm_install.sh
570
     wget https://www.npmjs.com/install.sh -O $rootdir/root/npm_install.sh
569
     if [ ! -f $rootdir/root/npm_install.sh ]; then
571
     if [ ! -f $rootdir/root/npm_install.sh ]; then
570
         echo $'Unable to download npm installer'
572
         echo $'Unable to download npm installer'