Added static options

added MySQL as static
This commit is contained in:
Bram Prieshof
2020-02-27 12:38:12 +01:00
parent 9d64de9adb
commit 22f80b9e1f

View File

@@ -282,7 +282,12 @@ done
fi
fi
option="${option// /}" && option="${option/:/ }" && option="${option//:}" && option="${option,,}" && option="${option//'"'}"
option="${option,,}"
#Always on option modules
option="$option /MySQL/"
#Var cleaning
option="${option// /}" && option="${option/:/ }" && option="${option//:}" && option="${option//'"'}"
echo "Generating apt list for Options"
for val1 in ${option[*]}; do