Add missing dependency to README and switch from apt-get to apt

Fixes #869
This commit is contained in:
XECDesign
2025-09-05 12:25:40 +01:00
committed by GitHub
parent 8887a8834d
commit f0f91453e0

View File

@@ -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