Bob Mottram 8 anos atrás
pai
commit
90e086eb88
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      src/freedombone-image-customise

+ 2
- 2
src/freedombone-image-customise Ver arquivo

562
 INSTALLING_MESH=
562
 INSTALLING_MESH=
563
 
563
 
564
 install_patchwork() {
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
     git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
567
     git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
568
 
568
 
569
     cat <<EOF > $rootdir/usr/bin/install_patchwork
569
     cat <<EOF > $rootdir/usr/bin/install_patchwork