Unverified Commit 5b2041b0 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Package selection

parent 4dc2775a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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