From 8298dd169022b2e6318280b84f22047e3f9dabfa Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 2 May 2023 04:52:18 +0200 Subject: [PATCH] Install more packages --- agent/agent.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/agent/agent.sh b/agent/agent.sh index e14ffd2..5a1fd10 100644 --- a/agent/agent.sh +++ b/agent/agent.sh @@ -80,8 +80,6 @@ function installPackages { BASE=$(basename "$filename" .spk) BASE="${BASE%%-*}" - [[ $BASE == "ScsiTarget" ]] && continue - [[ $BASE == "DhcpServer" ]] && continue [[ $BASE == "ActiveInsight" ]] && continue echo "$HEADER: Installing package ${BASE}.."