mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 21:40:01 +08:00
Package selection
This commit is contained in:
parent
1a02436f6a
commit
370f696be2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user