Setup dependency

This commit is contained in:
Bob Mottram 2018-05-30 19:31:46 +01:00
parent 3228552278
commit 74604fce41
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
sudo pacman -S --noconfirm syncthing bin86
mkdir "$USERHOME/develop"
if [ -d "$USERHOME/develop/python-cliapp" ]; then
sudo rm -rf "$USERHOME/develop/python-cliapp"