From e27f7843efe7a0dc74548842529d9e18a930cea5 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Sun, 17 Sep 2017 10:35:11 +0100
Subject: [PATCH] Install git-ssb 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 8d20ea6bf..f9c4dd801 100755
--- a/src/freedombone-image-customise
+++ b/src/freedombone-image-customise
@@ -577,6 +577,7 @@ cd /etc/patchwork
 npm install --arch=$NPM_ARCH --build-from-source
 npm install --arch=$NPM_ARCH --save-dev electron-rebuild
 ./node_modules/.bin/electron-rebuild
+npm install --arch=$NPM_ARCH git-ssb
 EOF
     chroot "$rootdir" /bin/chmod +x /usr/bin/install_patchwork
     chroot "$rootdir" /usr/bin/install_patchwork
-- 
GitLab