소스 검색

wget needed

Bob Mottram 7 년 전
부모
커밋
d2e907e5e2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/freedombone-utils-nodejs

+ 1
- 0
src/freedombone-utils-nodejs 파일 보기

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