diff options
author | Hereath <[email protected]> | 2019-01-18 21:35:54 +0100 |
---|---|---|
committer | XECDesign <[email protected]> | 2019-01-21 19:42:08 +1000 |
commit | 21aeca1b0c1ffd4c3336be31da510315714e87a8 (patch) | |
tree | d3d9cc21e48c11f9729b6baa43d2276ef6f09a2f /README.md | |
parent | 640027d5df0ef7eeeabf98fdd327741f4714aeda (diff) |
fixeb package realpath (via coreutils)
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |