depends: add 'git'
This commit is contained in:
parent
8e898a6b34
commit
07bb3bdc7d
2 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ To install the required dependencies for pi-gen you should run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt-get install quilt parted realpath qemu-user-static debootstrap zerofree pxz zip \
|
apt-get install quilt parted realpath qemu-user-static debootstrap zerofree pxz zip \
|
||||||
dosfstools bsdtar libcap2-bin grep rsync xz-utils file
|
dosfstools bsdtar libcap2-bin grep rsync xz-utils file git
|
||||||
```
|
```
|
||||||
|
|
||||||
The file `depends` contains a list of tools needed. The format of this
|
The file `depends` contains a list of tools needed. The format of this
|
||||||
|
|
1
depends
1
depends
|
@ -14,3 +14,4 @@ xz:xz-utils
|
||||||
curl
|
curl
|
||||||
xxd
|
xxd
|
||||||
file
|
file
|
||||||
|
git
|
||||||
|
|
Loading…
Reference in a new issue