浏览代码

npm version

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

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

581
             exit 8793636
581
             exit 8793636
582
         fi
582
         fi
583
         chroot "$rootdir" chmod +x /root/npm_install.sh
583
         chroot "$rootdir" chmod +x /root/npm_install.sh
584
-        chroot "$rootdir" /root/npm_install.sh $NPM_VERSION
584
+        chroot "$rootdir" npm_install=$NPM_VERSION /root/npm_install.sh
585
     fi
585
     fi
586
 
586
 
587
     git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
587
     git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork