浏览代码

Install patch package

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

+ 1
- 1
src/freedombone-image 查看文件

@@ -178,7 +178,7 @@ function image_setup {
178 178
             sudo pacman -S --noconfirm debootstrap xz dosfstools btrfs-progs syslinux python-pip
179 179
             sudo pacman -S --noconfirm qemu-static binfmt-qemu-static uboot-tools qemu parted
180 180
             sudo pacman -S --noconfirm dpkg-devtools bin86 arch-install-scripts qemu-arch-extra
181
-            sudo pacman -S --noconfirm syncthing bin86
181
+            sudo pacman -S --noconfirm syncthing bin86 patch
182 182
             mkdir "$USERHOME/develop"
183 183
             if [ -d "$USERHOME/develop/python-cliapp" ]; then
184 184
                 sudo rm -rf "$USERHOME/develop/python-cliapp"