Update Setup Native

Fr4nz D13trich 2025-10-06 08:18:09 +02:00
parent 517f023b81
commit 8ccd640d98

@ -1,8 +1,20 @@
# LoMeS Setup Linux (Raspberry Pi / debian)
## Requirements | Dependencies
- **Hardware**
- Maschine or RaspberryPi running a Debian based OS
- Meshtastic compatible device
- **Software**
### Hardware
- Maschine or RaspberryPi running a Debian based OS
- Meshtastic compatible device
## Reproduction
- Setup and update host
- Install meshtasticd
```bash
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
sudo apt update
sudo apt install meshtasticd
```