From cff89fbe3144c044ea846d14797d693d34eb1cc2 Mon Sep 17 00:00:00 2001 From: Deivid Soto Date: Mon, 15 Jun 2026 11:23:04 +0200 Subject: [PATCH] docs(install): point install one-liners at unarr.app README used get.torrentclaw.com and the install scripts advertised get.unarr.com (a third-party parked domain, dead). unarr.app is the canonical install domain. --- README.md | 4 ++-- install.ps1 | 2 +- install.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 42da394..1e557ef 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ Built-in torrent engine, debrid (Real-Debrid / AllDebrid), and NZB support. Stre ### Quick install (Linux/macOS) ```bash -curl -fsSL https://get.torrentclaw.com/install.sh | sh +curl -fsSL https://unarr.app/install.sh | sh ``` ### PowerShell (Windows) ```powershell -irm https://get.torrentclaw.com/install.ps1 | iex +irm https://unarr.app/install.ps1 | iex ``` ### Homebrew (macOS/Linux) diff --git a/install.ps1 b/install.ps1 index 56ffb08..3ac034d 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,5 +1,5 @@ # unarr — Windows installer (PowerShell 5.1+) -# Usage: irm https://get.unarr.com/install.ps1 | iex +# Usage: irm https://unarr.app/install.ps1 | iex # or: irm https://raw.githubusercontent.com/torrentclaw/unarr/main/install.ps1 | iex # # Options (env vars): diff --git a/install.sh b/install.sh index 5b89ab1..1a70d9b 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/sh # unarr — cross-platform installer (Linux / macOS) -# Usage: curl -fsSL https://get.unarr.com/install.sh | sh +# Usage: curl -fsSL https://unarr.app/install.sh | sh # or: curl -fsSL https://raw.githubusercontent.com/torrentclaw/unarr/main/install.sh | sh # # Options (env vars):