Don't need nodejs on mesh nodes
This commit is contained in:
parent
e189f3b930
commit
2fbbe064db
|
@ -1897,6 +1897,10 @@ image_setup_utils() {
|
||||||
}
|
}
|
||||||
|
|
||||||
image_install_nodejs() {
|
image_install_nodejs() {
|
||||||
|
if [[ "$VARIANT" == "mesh" ]]; then
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
mesh_install_nodejs
|
mesh_install_nodejs
|
||||||
echo 'install_nodejs' >> "${rootdir}/root/${PROJECT_NAME}-completed.txt"
|
echo 'install_nodejs' >> "${rootdir}/root/${PROJECT_NAME}-completed.txt"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue