diff --git a/build.sh b/build.sh index 711ed94..f729c6c 100755 --- a/build.sh +++ b/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