Merge branch 'stretch' of https://github.com/bashrc/freedombone
This commit is contained in:
commit
ae4e3cd019
|
@ -161,7 +161,8 @@ function image_setup {
|
|||
case $setup_type in
|
||||
debian|ubuntu|trisquel|mint)
|
||||
sudo apt-get -yq remove vmdebootstrap
|
||||
sudo apt-get -yq install build-essential libc6-dev-i386 gcc-multilib g++-multilib
|
||||
sudo apt-get -yq install build-essential gcc-multilib g++-multilib libc6-dev
|
||||
sudo apt-get -yq install libc6-dev-i386
|
||||
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 qemu-user-static binfmt-support u-boot-tools qemu
|
||||
|
|
Loading…
Reference in New Issue