Add missing dependency to README and switch from apt-get to apt
Fixes #869
This commit is contained in:
@@ -20,9 +20,9 @@ below.
|
|||||||
To install the required dependencies for `pi-gen` you should run:
|
To install the required dependencies for `pi-gen` you should run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree zip \
|
apt install coreutils quilt parted qemu-user-static debootstrap zerofree zip \
|
||||||
dosfstools e2fsprogs libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc \
|
dosfstools e2fsprogs libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc \
|
||||||
gpg pigz xxd arch-test bmap-tools
|
gpg pigz xxd arch-test bmap-tools kmod
|
||||||
```
|
```
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user