Package selection

This commit is contained in:
Kroese 2023-04-18 19:20:10 +02:00 committed by GitHub
parent 370f696be2
commit 0cf3037655

View File

@ -80,9 +80,9 @@ function installPackages {
BASE=$(basename "$filename" .spk)
BASE="${BASE%%-*}"
[[ $BASE == "ScsiTarget"]] && continue
[[ $BASE == "DhcpServer"]] && continue
[[ $BASE == "ActiveInsight"]] && continue
[[ $BASE == "ScsiTarget" ]] && continue
[[ $BASE == "DhcpServer" ]] && continue
[[ $BASE == "ActiveInsight" ]] && continue
echo "$HEADER: Installing package ${BASE}.."