ソースを参照

Setup global npm before installing patchwork on mesh

Bob Mottram 7 年 前
コミット
96e5e1f85d
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      src/freedombone-image-customise

+ 1
- 0
src/freedombone-image-customise ファイルの表示

@@ -589,6 +589,7 @@ install_patchwork() {
589 589
     fi
590 590
 
591 591
     get_npm_arch
592
+    mesh_setup_npm
592 593
 
593 594
     git clone "$PATCHWORK_REPO" "$rootdir/etc/patchwork"
594 595
     if [ ! -d "$rootdir/etc/patchwork" ]; then