Update Setup Native
parent
517f023b81
commit
8ccd640d98
1 changed files with 16 additions and 4 deletions
|
|
@ -1,8 +1,20 @@
|
||||||
# LoMeS Setup Linux (Raspberry Pi / debian)
|
# LoMeS Setup Linux (Raspberry Pi / debian)
|
||||||
|
|
||||||
## Requirements | Dependencies
|
## Requirements | Dependencies
|
||||||
- **Hardware**
|
|
||||||
|
### Hardware
|
||||||
|
|
||||||
- Maschine or RaspberryPi running a Debian based OS
|
- Maschine or RaspberryPi running a Debian based OS
|
||||||
- Meshtastic compatible device
|
- Meshtastic compatible device
|
||||||
|
|
||||||
- **Software**
|
## 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
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue