libc package name on debian

This commit is contained in:
Bob Mottram 2018-01-16 11:07:49 +00:00
parent f657b2f8b0
commit 1506003965
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ function image_setup {
case $setup_type in case $setup_type in
debian|ubuntu|trisquel|mint) debian|ubuntu|trisquel|mint)
sudo apt-get -yq remove vmdebootstrap 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 libc6-dev gcc-multilib g++-multilib
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