From 484cabe6872942bdc6805f3d5d0aaac85ea026ca Mon Sep 17 00:00:00 2001 From: Fr4nz D13trich Date: Mon, 6 Oct 2025 12:42:40 +0200 Subject: [PATCH] Update Setup Native --- Setup-Native.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setup-Native.md b/Setup-Native.md index 6b46fba..f564f7c 100644 --- a/Setup-Native.md +++ b/Setup-Native.md @@ -15,12 +15,11 @@ - 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 +sudo apt install meshtasticd python3-meshtastic ``` - UART configuration @@ -36,3 +35,4 @@ sudo raspi-config nonint do_serial_cons 1 [all] enable_uart=1 ``` +- Installed meshtastic `python3-meshtastic` \ No newline at end of file