wget needed
This commit is contained in:
parent
c770026d47
commit
d2e907e5e2
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue