Update Setup Native
parent
fcab631bc7
commit
484cabe687
1 changed files with 2 additions and 2 deletions
|
|
@ -15,12 +15,11 @@
|
||||||
|
|
||||||
- Setup and update host
|
- Setup and update host
|
||||||
- Install meshtasticd
|
- Install meshtasticd
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
echo 'deb http://download.opensuse.org/repositories/network:/Meshtastic:/beta/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/network:Meshtastic:beta.list
|
echo 'deb http://download.opensuse.org/repositories/network:/Meshtastic:/beta/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/network:Meshtastic:beta.list
|
||||||
curl -fsSL https://download.opensuse.org/repositories/network:Meshtastic:beta/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_Meshtastic_beta.gpg > /dev/null
|
curl -fsSL https://download.opensuse.org/repositories/network:Meshtastic:beta/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_Meshtastic_beta.gpg > /dev/null
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install meshtasticd
|
sudo apt install meshtasticd python3-meshtastic
|
||||||
```
|
```
|
||||||
|
|
||||||
- UART configuration
|
- UART configuration
|
||||||
|
|
@ -36,3 +35,4 @@ sudo raspi-config nonint do_serial_cons 1
|
||||||
[all]
|
[all]
|
||||||
enable_uart=1
|
enable_uart=1
|
||||||
```
|
```
|
||||||
|
- Installed meshtastic `python3-meshtastic`
|
||||||
Loading…
Add table
Add a link
Reference in a new issue