Files
meshtastic_firmware/bin
3cf6c47bab replace arch with uname -m for arch linux (#3508)
From the manpage:
> arch - print machine hardware name (same as uname -m)

Arch Linux does not have the `arch` alias, only `uname`, so use `uname` to fix this issue:
> ```
> ./bin/build-native.sh: line 18: arch: command not found
> ```

Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz>
2024-03-29 01:01:40 -05:00
..
2021-05-09 10:57:12 +08:00
2022-08-11 17:54:48 -05:00
2024-02-21 10:03:45 -06:00
2024-02-21 10:03:45 -06:00
2023-04-12 10:06:04 +02:00
2023-01-28 14:50:07 -06:00
2020-08-17 11:29:00 -07:00