Mark nodejs as installed within image
This commit is contained in:
parent
a09bb9bebd
commit
fb0aa4fba2
|
@ -1899,7 +1899,7 @@ image_setup_utils() {
|
||||||
|
|
||||||
image_install_nodejs() {
|
image_install_nodejs() {
|
||||||
mesh_install_nodejs
|
mesh_install_nodejs
|
||||||
#echo 'install_nodejs' >> ${rootdir}/root/${PROJECT_NAME}-completed.txt
|
echo 'install_nodejs' >> "${rootdir}/root/${PROJECT_NAME}-completed.txt"
|
||||||
}
|
}
|
||||||
|
|
||||||
image_preinstall_repos() {
|
image_preinstall_repos() {
|
||||||
|
|
Loading…
Reference in New Issue