From fa935f17408d7373b9419bf19b9cecc48f363765 Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Sat, 27 Jan 2024 00:17:50 +0100 Subject: ps2 --- bin/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build.sh') diff --git a/bin/build.sh b/bin/build.sh index 330f0d3..04603be 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -90,7 +90,7 @@ while [[ $# -gt 0 ]]; do done # Set defaults -[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.2" +[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.5-branch" [[ -z $OUTPUT_DIR ]] && OUTPUT_DIR="$HOME/Downloads" [[ -z $LOG_DIR ]] && LOG_DIR="/tmp" -- cgit v1.2.3