Setup dependency
This commit is contained in:
parent
3228552278
commit
74604fce41
|
@ -178,7 +178,7 @@ function image_setup {
|
||||||
sudo pacman -S --noconfirm debootstrap xz dosfstools btrfs-progs syslinux python-pip
|
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 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 dpkg-devtools bin86 arch-install-scripts qemu-arch-extra
|
||||||
sudo pacman -S --noconfirm syncthing
|
sudo pacman -S --noconfirm syncthing bin86
|
||||||
mkdir "$USERHOME/develop"
|
mkdir "$USERHOME/develop"
|
||||||
if [ -d "$USERHOME/develop/python-cliapp" ]; then
|
if [ -d "$USERHOME/develop/python-cliapp" ]; then
|
||||||
sudo rm -rf "$USERHOME/develop/python-cliapp"
|
sudo rm -rf "$USERHOME/develop/python-cliapp"
|
||||||
|
|
Loading…
Reference in New Issue