Install patch package
This commit is contained in:
parent
74604fce41
commit
6e15e2265d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue