From 7b25296be6d0c30d78a49e73f3b6104dd5a4b101 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 18 Nov 2023 06:16:33 -0600 Subject: [PATCH] Fine. I'll put it back and then disable you --- bin/build-native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-native.sh b/bin/build-native.sh index 0cdbf48e49..64c5adb504 100755 --- a/bin/build-native.sh +++ b/bin/build-native.sh @@ -15,7 +15,7 @@ rm -r $OUTDIR/* || true # Important to pull latest version of libs into all device flavors, otherwise some devices might be stale platformio pkg update -if [[ command -v raspi-config &>/dev/null; ]] then +if command -v raspi-config &>/dev/null; then pio run --environment raspbian cp .pio/build/raspbian/program $OUTDIR/meshtasticd_linux_arm64 else