Browse Source

wget needed

Bob Mottram 8 years ago
parent
commit
d2e907e5e2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-utils-nodejs

+ 1
- 0
src/freedombone-utils-nodejs View File

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'