소스 검색

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'