From 07bb3bdc7d3e7e30e7817b09048df4d78b516349 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Tue, 3 Jul 2018 14:29:23 +0100 Subject: [PATCH] depends: add 'git' --- README.md | 2 +- depends | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66d9cb5..25067f7 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ 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 \ -dosfstools bsdtar libcap2-bin grep rsync xz-utils file +dosfstools bsdtar libcap2-bin grep rsync xz-utils file git ``` The file `depends` contains a list of tools needed. The format of this diff --git a/depends b/depends index 9261abf..80db669 100644 --- a/depends +++ b/depends @@ -14,3 +14,4 @@ xz:xz-utils curl xxd file +git