wget needed

This commit is contained in:
Bob Mottram 2017-10-13 18:22:22 +01:00
parent c770026d47
commit d2e907e5e2
1 changed files with 1 additions and 0 deletions

View File

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