Bob Mottram 8 年前
父节点
当前提交
0c0e2b9ecc
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/freedombone-image-customise

+ 2
- 2
src/freedombone-image-customise 查看文件

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