Can install nodejs on mesh routers

This commit is contained in:
Bob Mottram 2017-10-30 13:16:07 +00:00
parent 3d031acfda
commit 8462ba2f85
1 changed files with 0 additions and 3 deletions

View File

@ -63,9 +63,6 @@ function get_npm_arch {
function mesh_install_nodejs {
mesh_install_nodejs_prefix=
if [ $rootdir ]; then
if [[ $VARIANT == "mesh" ]]; then
return
fi
mesh_install_nodejs_prefix="chroot $rootdir"
fi