libdevuansdk

common library for devuan's simple distro kits
git clone https://git.parazyd.org/libdevuansdk
Log | Files | Refs | Submodules | README | LICENSE

commit 02ea4d8d1f2ea7a74fc631402b844d364daf6606
parent cb7edb49bf935aa76fccb4c8021cf1e927f05ba8
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 25 Sep 2017 12:22:42 +0200

list parted as a dep; remove obsolete dependencies

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -13,7 +13,7 @@ it. You are required to include it in your SDK. However, libdevuansdk requires the following packages to be installed: ``` -zsh debootstrap sudo kpartx cgpt xz-utils +zsh sudo cgpt parted xz-utils ``` ## Documentation