Bob Mottram il y a 7 ans
Parent
révision
90e086eb88
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      src/freedombone-image-customise

+ 2
- 2
src/freedombone-image-customise Voir le fichier

@@ -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