Add BASH dependency
This commit is contained in:
parent
c3548a496a
commit
b6a8226182
2 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ Dependencies
|
|||
On Debian-based systems:
|
||||
|
||||
```bash
|
||||
apt-get install quilt parted qemu-user-static debootstrap zerofree zip \
|
||||
apt-get install bash quilt parted qemu-user-static debootstrap zerofree zip \
|
||||
dosfstools libcap2-bin grep rsync
|
||||
```
|
||||
|
||||
|
|
1
depends
1
depends
|
@ -1,3 +1,4 @@
|
|||
bash
|
||||
quilt
|
||||
parted
|
||||
qemu-arm-static:qemu-user-static
|
||||
|
|
Reference in a new issue