From 77b1511a07dc9f811b84aac8e40053930eb73a11 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Fri, 12 Jul 2024 01:43:52 -0700 Subject: [PATCH] update releases link --- docs/install/freebsd.md | 2 +- docs/install/macos.md | 4 ++-- docs/install/seedbox.md | 6 ++++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/install/freebsd.md b/docs/install/freebsd.md index 9419638..f47ff53 100644 --- a/docs/install/freebsd.md +++ b/docs/install/freebsd.md @@ -8,7 +8,7 @@ description: Install Unpackerr on a FreeBSD server. import ArchiveAccess from './includes/archiveaccess.md'; -1. Download a package from the [Releases](https://github.com/Unpackerr/unpackerr/releases) page. +1. Download a package from the [latest release](https://github.com/Unpackerr/unpackerr/releases/latest). 1. Install it with `pkg add -f` (the force flag is required because the package has [a bug](https://github.com/Unpackerr/unpackerr/issues/352)) 1. Edit the config file at `/etc/unpackerr/unpackerr.conf`, diff --git a/docs/install/macos.md b/docs/install/macos.md index 7899986..02906e0 100644 --- a/docs/install/macos.md +++ b/docs/install/macos.md @@ -12,8 +12,8 @@ import ArchiveAccess from './includes/archiveaccess.md'; ## Universal Binary App -1. Download a `.dmg` file from - [the Releases page](https://github.com/Unpackerr/unpackerr/releases) and double-click it. +1. Download a `.dmg` file from the + [latest release](https://github.com/Unpackerr/unpackerr/releases/latest) and double-click it. 1. Copy the `Unpackerr.app` to `/Applications`. 1. Run it. It starts in the menu bar as an icon. 1. Click the menu bar icon and select `Config` -> `Edit`. diff --git a/docs/install/seedbox.md b/docs/install/seedbox.md index ef17c92..ae8dd96 100644 --- a/docs/install/seedbox.md +++ b/docs/install/seedbox.md @@ -12,8 +12,10 @@ import ArchiveAccess from './includes/archiveaccess.md'; Learn how to install Unpackerr on your linux shell without root. -1. Download and extract a binary from the [releases](https://github.com/Unpackerr/unpackerr/releases) page. -1. Rename the file to `unpackerr` and make it executable: `chmod +x unpackerr` +1. Download a binary from the [latest release](https://github.com/Unpackerr/unpackerr/releases/latest). + The `unpackerr.amd64.linux.gz` file is almost certainly what you want to grab, + so start there if you're not sure. +1. Extract the gz file with `gunzip` (or whatever), rename it to `unpackerr` and make it executable: `chmod +x unpackerr` 1. Download the [example config file](https://github.com/Unpackerr/unpackerr/blob/main/examples/unpackerr.conf.example), or [generate one](https://notifiarr.com/unpackerr.php). 1. Edit config file to suit your needs: `nano unpackerr.conf`