Selaa lähdekoodia

Install patch package

Bob Mottram 6 vuotta sitten
vanhempi
commit
6e15e2265d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-image

+ 1
- 1
src/freedombone-image Näytä tiedosto

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