From 370f696be2f17cb914075e139fa7d183c774fe08 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 18 Apr 2023 19:18:30 +0200 Subject: [PATCH] Package selection --- agent/agent.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/agent/agent.sh b/agent/agent.sh index 7277547..0886f74 100644 --- a/agent/agent.sh +++ b/agent/agent.sh @@ -80,6 +80,10 @@ function installPackages { BASE=$(basename "$filename" .spk) BASE="${BASE%%-*}" + [[ $BASE == "ScsiTarget"]] && continue + [[ $BASE == "DhcpServer"]] && continue + [[ $BASE == "ActiveInsight"]] && continue + echo "$HEADER: Installing package ${BASE}.." /usr/syno/bin/synopkg install "$filename" > /dev/null