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