File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description: Install Unpackerr on a FreeBSD server.
88
99import 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 ) .
12121 . 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 ) )
14141 . Edit the config file at ` /etc/unpackerr/unpackerr.conf ` ,
Original file line number Diff line number Diff 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.
17171 . Copy the ` Unpackerr.app ` to ` /Applications ` .
18181 . Run it. It starts in the menu bar as an icon.
19191 . Click the menu bar icon and select ` Config ` -> ` Edit ` .
Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ import ArchiveAccess from './includes/archiveaccess.md';
1212
1313Learn 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 `
17191 . 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 ) .
19211 . Edit config file to suit your needs: ` nano unpackerr.conf `
You can’t perform that action at this time.
0 commit comments