Skip to content
Snippets Groups Projects
Commit d2e907e5 authored by Bob Mottram's avatar Bob Mottram
Browse files

wget needed

parent c770026d
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment