From 08989af24b931559a9169eb75a7b9bfd376d9f25 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 23 Sep 2017 21:43:15 +0100 Subject: [PATCH] Install usb cloning tool on mesh client --- src/freedombone-image-customise | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index bed15903..e36517f1 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -565,6 +565,10 @@ PATCHWORK_REPO="https://github.com/ssbc/patchwork" PATCHWORK_COMMIT='60111a9e3385d65be0d17aa0d15fd20e5fb311ce' install_patchwork() { + if [[ $VARIANT != "meshclient" ]]; then + return + fi + get_npm_arch git clone $PATCHWORK_REPO $rootdir/etc/patchwork @@ -821,6 +825,9 @@ function configure_user_interface { # android adb to allow phones to be connected and for example transfer photos/documents chroot "$rootdir" apt-get -yq install android-tools-adb + # USB cloning tool + chroot "$rootdir" apt-get -yq install gnome-multi-writer + # Produce a text file on the desktop listing users on the mesh cat < $rootdir/usr/bin/list-tox-users #!/bin/bash