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