From c3fb0d4bd6db53cd0db9887ec301e31f2210f47f Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Sat, 23 May 2026 10:24:35 -0400 Subject: [PATCH] =?UTF-8?q?docs(manual):=20remove=20NerdPack=20tools=20sec?= =?UTF-8?q?tion=20=E2=80=94=20not=20required?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Manual.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Manual.md b/Manual.md index ef10845..d6106c9 100644 --- a/Manual.md +++ b/Manual.md @@ -34,25 +34,6 @@ Install these via **Apps** (Community Applications) on both servers: --- -### ── CLI Tools — install on both servers ──────────────────────────────────── - -Required by multiple scripts. Install via **Tools → NerdPack** (install NerdPack first -from Apps if not present): - -| Tool | Why | -|------|-----| -| `git` | Pulling script updates, version tracking | -| `jq` | JSON parsing — arr APIs, Tailscale API, Docker inspect | -| `curl` | API calls — arrs, Emby, Tailscale, Discord webhooks | -| `openssl` | Certificate monitoring (`cert_monitor.sh`) | - -Verify after install: -```bash -git --version && jq --version && curl --version | head -1 && openssl version -``` - ---- - ## ━━━ STEP 1: TAILSCALE ━━━ Both servers must be visible to each other on the same Tailscale network.