docs: update lite deployment and feature docs

This commit is contained in:
JetSprow
2026-05-01 04:56:06 +10:00
parent f4d71ca526
commit 8034392408
8 changed files with 279 additions and 37 deletions

View File

@@ -190,7 +190,7 @@ write_systemd_service() {
local service_tmp="$TMP_DIR/${SERVICE_NAME}.service"
cat > "$service_tmp" <<SERVICE
[Unit]
Description=J-Board Probe Agent
Description=J-Board Lite Agent
After=network-online.target
Wants=network-online.target
@@ -221,7 +221,7 @@ DOWNLOAD_URL="${DOWNLOAD_BASE}/${ASSET}"
CHECKSUM_URL="${DOWNLOAD_BASE}/SHA256SUMS"
echo "[1/10] Release tag: ${RESOLVED_TAG}"
echo "[2/10] Downloading probe agent binary: ${ASSET}"
echo "[2/10] Downloading agent binary: ${ASSET}"
curl -fsSL "$DOWNLOAD_URL" -o "$TMP_DIR/$ASSET"
if curl -fsSL "$CHECKSUM_URL" -o "$TMP_DIR/SHA256SUMS" 2>/dev/null; then