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}.."