Added static options
added MySQL as static
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user