mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
docs: update lite deployment and feature docs
This commit is contained in:
@@ -222,7 +222,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
|
||||
|
||||
@@ -253,7 +253,7 @@ DOWNLOAD_URL="${DOWNLOAD_BASE}/${ASSET}"
|
||||
CHECKSUM_URL="${DOWNLOAD_BASE}/SHA256SUMS"
|
||||
|
||||
echo "[1/7] Release tag: ${RESOLVED_TAG}"
|
||||
echo "[2/7] Downloading probe agent binary: ${ASSET}"
|
||||
echo "[2/7] 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
|
||||
|
||||
Reference in New Issue
Block a user