mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
add cli & rpc to edit db with jq syntax (#2372)
* add cli & rpc to edit db with jq syntax * build fixes * fix build * fix build * update cargo.lock
This commit is contained in:
5
Makefile
5
Makefile
@@ -185,8 +185,5 @@ ui: frontend/dist/raw/ui
|
||||
# used by github actions
|
||||
backend: $(EMBASSY_BINS)
|
||||
|
||||
cargo-deps/aarch64-unknown-linux-gnu/release/nc-broadcast:
|
||||
ARCH=$(ARCH) ./build-cargo-dep.sh nc-broadcast
|
||||
|
||||
cargo-deps/aarch64-unknown-linux-gnu/release/pi-beep:
|
||||
ARCH=$(ARCH) ./build-cargo-dep.sh pi-beep
|
||||
ARCH=aarch64 ./build-cargo-dep.sh pi-beep
|
||||
Reference in New Issue
Block a user