浏览代码

wget needed

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

+ 1
- 0
src/freedombone-utils-nodejs 查看文件

@@ -85,6 +85,7 @@ function mesh_install_nodejs {
85 85
         exit 7235728
86 86
     fi
87 87
 
88
+    $mesh_install_nodejs_prefix apt-get -qy install wget
88 89
     $mesh_install_nodejs_prefix wget https://www.npmjs.com/install.sh -O /root/npm_install.sh
89 90
     if [ ! -f $rootdir/root/npm_install.sh ]; then
90 91
         echo $'Unable to download npm installer'