diff --git a/Setup-Native.md b/Setup-Native.md index 0c95b29..1a64dd1 100644 --- a/Setup-Native.md +++ b/Setup-Native.md @@ -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 +```