From fa367e643670a70460d2bbb5f6e33bf51d179d16 Mon Sep 17 00:00:00 2001 From: saji Date: Sat, 27 Jul 2024 23:02:08 -0500 Subject: [PATCH] adjust build.sh commands --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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