Browse Source

wget needed

Bob Mottram 7 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,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'