Add debian package for setup
This commit is contained in:
parent
c5de5d207c
commit
e6c06c87f3
|
@ -165,6 +165,7 @@ function image_setup {
|
||||||
sudo apt-get -yq install git python-docutils mktorrent xz-utils debootstrap
|
sudo apt-get -yq install git python-docutils mktorrent xz-utils debootstrap
|
||||||
sudo apt-get -yq install dosfstools btrfs-tools extlinux python-distro-info mbr
|
sudo apt-get -yq install dosfstools btrfs-tools extlinux python-distro-info mbr
|
||||||
sudo apt-get -yq install qemu-user-static binfmt-support u-boot-tools qemu
|
sudo apt-get -yq install qemu-user-static binfmt-support u-boot-tools qemu
|
||||||
|
sudo apt-get -yq install python-cliapp
|
||||||
;;
|
;;
|
||||||
parabola|arch)
|
parabola|arch)
|
||||||
sudo pacman -S --noconfirm libc++ git gcc gcc-libs python-docutils mktorrent patch
|
sudo pacman -S --noconfirm libc++ git gcc gcc-libs python-docutils mktorrent patch
|
||||||
|
|
Loading…
Reference in New Issue