Install patch package

This commit is contained in:
Bob Mottram 2018-05-30 19:36:28 +01:00
parent 74604fce41
commit 6e15e2265d
1 changed files with 1 additions and 1 deletions

View File

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