1
0
Fork 0

Add Debian package "binfmt-support" to requirements

This commit is contained in:
Braiden Vasco 2018-03-23 15:52:56 +00:00
parent ab4b6433db
commit 33b20ed41a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
before_install: before_install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -y bash quilt parted qemu-user-static debootstrap zerofree dosfstools libcap2-bin grep rsync - sudo apt-get install -y bash quilt parted qemu-user-static debootstrap zerofree dosfstools libcap2-bin grep rsync binfmt-support
install: install:
- sudo ./run ./build.sh - sudo ./run ./build.sh

View file

@ -26,7 +26,7 @@ On Debian-based systems:
```bash ```bash
apt-get install bash quilt parted qemu-user-static debootstrap zerofree \ apt-get install bash quilt parted qemu-user-static debootstrap zerofree \
dosfstools libcap2-bin grep rsync dosfstools libcap2-bin grep rsync binfmt-support
``` ```