Skip to content

Commit

Permalink
Update scripts/zmk_local_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
urob authored Jul 26, 2024
1 parent 3511291 commit a78aa59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/zmk_local_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sudo apt-get install --yes --no-install-recommends git cmake ninja-build gperf \
# Find latest release version
# ZSDK_URL="https://github.com/zephyrproject-rtos/sdk-ng/releases/latest"
# ZSDK_VERSION="$(curl -fsSLI -o /dev/null -w %{url_effective} ${ZSDK_URL} | sed 's/^.*v//')"
ZSDK_VERSION="0.16.5-1"
ZSDK_VERSION="0.16.3"

# Download and verify latest Zephyr SDK bundle
cd ~/.local
Expand Down

0 comments on commit a78aa59

Please sign in to comment.