From d7bf12623d0d16713c5b5a7d42065e752e3c4753 Mon Sep 17 00:00:00 2001 From: Leo Winter Date: Tue, 6 Oct 2020 13:48:34 +0000 Subject: [PATCH] Add git to apt install on Debian --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 57f225b..dcc7e34 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,7 +21,7 @@ Install prerequisite software: ```bash -apt install debhelper libcapture-tiny-perl libconfig-inifiles-perl pv lzop mbuffer +apt install debhelper libcapture-tiny-perl libconfig-inifiles-perl pv lzop mbuffer git ```