Update scripts/zmk_local_install.sh

This commit is contained in:
Robert U 2024-07-26 09:31:34 -04:00 committed by GitHub
parent 35112911a1
commit a78aa59a4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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