Make Zephyr-3.2 the default
This commit is contained in:
parent
99c207c95e
commit
28c7a82f46
3 changed files with 6 additions and 2 deletions
|
@ -73,7 +73,7 @@ while [[ $# -gt 0 ]]; do
|
|||
done
|
||||
|
||||
# Set defaults
|
||||
[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.0"
|
||||
[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.2"
|
||||
[[ -z $RUNWITH_DOCKER ]] && RUNWITH_DOCKER="true"
|
||||
|
||||
[[ -z $OUTPUT_DIR ]] && OUTPUT_DIR="$WINHOME/Downloads"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue