adjust build.sh commands
This commit is contained in:
parent
0dc9d38d42
commit
fa367e6436
4
build.sh
4
build.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
set +x
|
||||
cross build --target aarch64-unknown-linux-gnu --release --features eink
|
||||
cross build --target aarch64-unknown-linux-gnu --release
|
||||
rsync -aczP target/aarch64-unknown-linux-gnu/release/pi-frame-server 192.168.0.185:
|
||||
# scp target/aarch64-unknown-linux-gnu/debug/pi-frame-server 192.168.0.186:
|
||||
ssh 192.168.0.185 ./pi-frame-server show
|
||||
ssh 192.168.0.185 ./pi-frame-server serve
|
||||
|
|
Loading…
Reference in a new issue