From 90e086eb88c127779dde2cbfd0304e006737f16a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 12 Sep 2017 14:17:37 +0100 Subject: [PATCH] quiet --- src/freedombone-image-customise | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index aacb31da..60d14846 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -562,8 +562,8 @@ INSTALL_DIR=$HOME/build INSTALLING_MESH= install_patchwork() { - chroot "$rootdir" apt-get install g++ m4 libtool automake nodejs - chroot "$rootdir" apt-get install libxext-dev libxtst-dev libxkbfile-dev + chroot "$rootdir" apt-get -yq install g++ m4 libtool automake nodejs + chroot "$rootdir" apt-get -yq install libxext-dev libxtst-dev libxkbfile-dev git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork cat < $rootdir/usr/bin/install_patchwork