From 58740edbd8dfbb947aa5cb2aec44c1d764f2ae10 Mon Sep 17 00:00:00 2001 From: Uli Middelberg Date: Fri, 28 Aug 2020 11:50:42 +0200 Subject: [PATCH] Added psmisc package as a requirement for fuser (#2164) --- compile.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compile.sh b/compile.sh index 3ad5c0d55..5070c0cfc 100755 --- a/compile.sh +++ b/compile.sh @@ -118,6 +118,10 @@ if [[ -z "$(command -v dialog)" ]]; then sudo apt-get update sudo apt-get install -y dialog fi +if [[ -z "$(command -v fuser)" ]]; then + sudo apt-get update + sudo apt-get install -y psmisc +fi if [[ -z "$(command -v getfacl)" ]]; then sudo apt-get update sudo apt-get install -y acl