Bob Mottram 8 vuotta sitten
vanhempi
commit
0c0e2b9ecc
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      src/freedombone-image-customise

+ 2
- 2
src/freedombone-image-customise Näytä tiedosto

580
             echo $'Unable to download npm installer'
580
             echo $'Unable to download npm installer'
581
             exit 8793636
581
             exit 8793636
582
         fi
582
         fi
583
+        chroot "$rootdir" chmod +x /root/npm_install.sh
584
+        chroot "$rootdir" /root/npm_install.sh $NPM_VERSION
583
     fi
585
     fi
584
-    chroot "$rootdir" chmod +x /root/npm_install.sh
585
-    chroot "$rootdir" /root/npm_install.sh $NPM_VERSION
586
 
586
 
587
     git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
587
     git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
588
 
588