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)
|
||||
|
||||
## 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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue