mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
Missing dependency cpio when running on stretch
This commit is contained in:
parent
cadb09a7ac
commit
96f66ea4be
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Installation
|
|||
```
|
||||
git clone git://github.com/YunoHost/cd_build.git
|
||||
cd cd_build
|
||||
sudo apt-get install -f simple-cdd genisoimage qemu-kvm xorriso syslinux-utils
|
||||
sudo apt-get install -f simple-cdd genisoimage qemu-kvm xorriso syslinux-utils cpio
|
||||
```
|
||||
|
||||
Build an image
|
||||
|
|
Loading…
Add table
Reference in a new issue