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.