Bob Mottram 7 年前
父节点
当前提交
15de7db0ea
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/freedombone-image-customise

+ 2
- 2
src/freedombone-image-customise 查看文件

@@ -562,8 +562,8 @@ INSTALL_DIR=$HOME/build
562 562
 INSTALLING_MESH=
563 563
 
564 564
 install_patchwork() {
565
-    chroot "$rootdir" apt-get g++ m4 libtool automake nodejs
566
-    chroot "$rootdir" apt-get libxext-dev libxtst-dev libxkbfile-dev
565
+    chroot "$rootdir" apt-get install g++ m4 libtool automake nodejs
566
+    chroot "$rootdir" apt-get 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