Package selection

This commit is contained in:
Kroese 2023-04-18 19:18:30 +02:00 committed by GitHub
parent 1a02436f6a
commit 370f696be2

View File

@ -80,6 +80,10 @@ function installPackages {
BASE=$(basename "$filename" .spk) BASE=$(basename "$filename" .spk)
BASE="${BASE%%-*}" BASE="${BASE%%-*}"
[[ $BASE == "ScsiTarget"]] && continue
[[ $BASE == "DhcpServer"]] && continue
[[ $BASE == "ActiveInsight"]] && continue
echo "$HEADER: Installing package ${BASE}.." echo "$HEADER: Installing package ${BASE}.."
/usr/syno/bin/synopkg install "$filename" > /dev/null /usr/syno/bin/synopkg install "$filename" > /dev/null