From d0d1e87286b3af3d2702cff6fa5ed1cec938e1a2 Mon Sep 17 00:00:00 2001 From: Will <71540407+Will-wastelander@users.noreply.github.com> Date: Wed, 2 Apr 2025 18:28:21 -0700 Subject: [PATCH] Update README.md Added SBC Linux update process. --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 7bd44dc5..67fd736f 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,28 @@ docker run -d -p 8080:8080 --restart always --name Meshtastic-Web ghcr.io/meshta podman run -d -p 8080:8080 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web ``` +## SBC Linux + +The WebUI can be manually updated on linux systems using the precompiled build tar. + +Download latest Build.tar file, extract to `/usr/shared/meshtasticd/web`. + +```bash +# Extract Build.tar +wget https://github.com/meshtastic/web/releases/download/v2.6.0/Build.tar +mkdir -p web && tar xf Build.tar -C web + +# Extract files. +gunzip web/ -r + +# Back up existing web dir for rollback +mv /usr/shared/meshtasticd/web /usr/shared/meshtasticd/web.org + +# Move files to the required directory +sudo mv web /usr/shared/meshtasticd/ +``` + + ## Nightly releases Our nightly releases provide the latest development builds with cutting-edge