Skip to content

Commit 9d0dfe1

Browse files
committed
Merge branch 'main' of github.com:Unpackerr/unpackerr.github.io
2 parents 692517b + 77b1511 commit 9d0dfe1

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

docs/install/freebsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: Install Unpackerr on a FreeBSD server.
88

99
import ArchiveAccess from './includes/archiveaccess.md';
1010

11-
1. Download a package from the [Releases](https://github.com/Unpackerr/unpackerr/releases) page.
11+
1. Download a package from the [latest release](https://github.com/Unpackerr/unpackerr/releases/latest).
1212
1. Install it with `pkg add -f` (the force flag is required because the package has
1313
[a bug](https://github.com/Unpackerr/unpackerr/issues/352))
1414
1. Edit the config file at `/etc/unpackerr/unpackerr.conf`,

docs/install/macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import ArchiveAccess from './includes/archiveaccess.md';
1212

1313
## Universal Binary App
1414

15-
1. Download a `.dmg` file from
16-
[the Releases page](https://github.com/Unpackerr/unpackerr/releases) and double-click it.
15+
1. Download a `.dmg` file from the
16+
[latest release](https://github.com/Unpackerr/unpackerr/releases/latest) and double-click it.
1717
1. Copy the `Unpackerr.app` to `/Applications`.
1818
1. Run it. It starts in the menu bar as an icon.
1919
1. Click the menu bar icon and select `Config` -> `Edit`.

docs/install/seedbox.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ import ArchiveAccess from './includes/archiveaccess.md';
1212

1313
Learn how to install Unpackerr on your linux shell without root.
1414

15-
1. Download and extract a binary from the [releases](https://github.com/Unpackerr/unpackerr/releases) page.
16-
1. Rename the file to `unpackerr` and make it executable: `chmod +x unpackerr`
15+
1. Download a binary from the [latest release](https://github.com/Unpackerr/unpackerr/releases/latest).
16+
The `unpackerr.amd64.linux.gz` file is almost certainly what you want to grab,
17+
so start there if you're not sure.
18+
1. Extract the gz file with `gunzip` (or whatever), rename it to `unpackerr` and make it executable: `chmod +x unpackerr`
1719
1. Download the [example config file](https://github.com/Unpackerr/unpackerr/blob/main/examples/unpackerr.conf.example),
1820
or [generate one](https://notifiarr.com/unpackerr.php).
1921
1. Edit config file to suit your needs: `nano unpackerr.conf`

0 commit comments

Comments
 (0)