From 96e5e1f85d7b6215125ff7877ac236de7020f21f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 12 Apr 2018 20:37:43 +0100 Subject: [PATCH] Setup global npm before installing patchwork on mesh --- src/freedombone-image-customise | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 4d70cba3..5582bcc7 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -589,6 +589,7 @@ install_patchwork() { fi get_npm_arch + mesh_setup_npm git clone "$PATCHWORK_REPO" "$rootdir/etc/patchwork" if [ ! -d "$rootdir/etc/patchwork" ]; then