auto latest!
release / build (push) Has been cancelled

This commit is contained in:
lda
2026-04-14 07:08:17 +07:00 Unverified
parent 448bf860ff
commit 744686c215
3 changed files with 84 additions and 9 deletions
+4 -1
View File
@@ -54,7 +54,10 @@ This folder has small helpers for build, CI, and router install. Keep it simple;
```sh
chmod +x ./scripts/update_wakey_cc.sh
cd /opt/wakey
WAKEY_CC_VERSION=v0.1.0 WAKEY_CC_TARGET=x86_64-unknown-linux-gnu \
sudo -E ./scripts/update_wakey_cc.sh
# optional: pin version/target
WAKEY_CC_VERSION=v0.2.0 WAKEY_CC_TARGET=x86_64-unknown-linux-gnu \
sudo -E ./scripts/update_wakey_cc.sh
```