Bob Mottram 7 years ago
parent
commit
90e086eb88
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-image-customise

+ 2
- 2
src/freedombone-image-customise View File

@@ -562,8 +562,8 @@ INSTALL_DIR=$HOME/build
562 562
 INSTALLING_MESH=
563 563
 
564 564
 install_patchwork() {
565
-    chroot "$rootdir" apt-get install g++ m4 libtool automake nodejs
566
-    chroot "$rootdir" apt-get install libxext-dev libxtst-dev libxkbfile-dev
565
+    chroot "$rootdir" apt-get -yq install g++ m4 libtool automake nodejs
566
+    chroot "$rootdir" apt-get -yq install libxext-dev libxtst-dev libxkbfile-dev
567 567
     git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
568 568
 
569 569
     cat <<EOF > $rootdir/usr/bin/install_patchwork