mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Update linux-native-hardware.mdx to include download step
This commit is contained in:
parent
61fefc9cfa
commit
25fedfda6d
|
@ -47,8 +47,9 @@ sudo apt install libgpiod-dev libyaml-cpp-dev libbluetooth-dev
|
||||||
sudo apt install openssl libssl-dev libulfius-dev liborcania-dev
|
sudo apt install openssl libssl-dev libulfius-dev liborcania-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
- The .deb Package is available as part of the release, installing the binary, a systemd service, and a config file. It is compiled for Debian Bookworm and incompatible with Bullseye.
|
- The .deb Package is available as [part of the release](https://github.com/meshtastic/firmware/releases/latest), installing the binary, a systemd service, and a config file. It is compiled for Debian Bookworm and incompatible with Bullseye.
|
||||||
```shell
|
```shell
|
||||||
|
wget https://github.com/meshtastic/firmware/releases/download/v{version}/meshtasticd_{version}_arm64.deb
|
||||||
sudo apt install ./meshtasticd_{version}arm64.deb
|
sudo apt install ./meshtasticd_{version}arm64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue