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