aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHereath <[email protected]>2019-01-18 21:35:54 +0100
committerXECDesign <[email protected]>2019-01-21 19:42:08 +1000
commit21aeca1b0c1ffd4c3336be31da510315714e87a8 (patch)
treed3d9cc21e48c11f9729b6baa43d2276ef6f09a2f /README.md
parent640027d5df0ef7eeeabf98fdd327741f4714aeda (diff)
fixeb package realpath (via coreutils)
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 39f6c9b..da22352 100755
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ earlier releases of these systems.
To install the required dependencies for pi-gen you should run:
```bash
-apt-get install quilt parted realpath qemu-user-static debootstrap zerofree pxz zip \
+apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree pxz zip \
dosfstools bsdtar libcap2-bin grep rsync xz-utils file git curl
```