From 67ff4fed7741ee22f84a42d6ea81036ee1b5b976 Mon Sep 17 00:00:00 2001 From: Gavin Chappell Date: Wed, 3 Apr 2019 20:13:38 +0100 Subject: [PATCH] Update INSTALL.md `debhelper` is also a pre-requisite for Debian systems --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 88435d0..ac7b74a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -20,7 +20,7 @@ Install prerequisite software: ```bash -apt install libconfig-inifiles-perl pv lzop mbuffer +apt install debhelper libconfig-inifiles-perl pv lzop mbuffer ``` Clone this repo, build the debian package and install it (alternatively you can skip the package and do it manually like described below for CentOS):