Bob Mottram 7 年 前
コミット
90e086eb88
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      src/freedombone-image-customise

+ 2
- 2
src/freedombone-image-customise ファイルの表示

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