Skip to content

Commit

Permalink
upload zst
Browse files Browse the repository at this point in the history
  • Loading branch information
notifiarr-auto-releaser committed Jul 30, 2024
1 parent 0be4601 commit 92c2ff0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ release: clean generate linux_packages freebsd_packages windows
mv notifiarr.*.linux notifiarr.*.freebsd $@/
gzip -9r $@/
for i in notifiarr*.exe ; do zip -9qj $@/$$i.zip $$i examples/*.example *.html; rm -f $$i;done
mv *.rpm *.deb *.txz $@/
mv *.rpm *.deb *.txz *.zst $@/
# Generating File Hashes
openssl dgst -r -sha256 $@/* | sed 's#release/##' | tee $@/checksums.sha256.txt

Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The client enables content requests from Media Bot in your Discord Server and al
Linux repository hosting provided by
[![packagecloud](https://docs.golift.io/integrations/packagecloud-full.png "PackageCloud.io")](http://packagecloud.io)

This works on any system with apt or yum. If your system does not use APT or YUM, then download a binary from the [Releases](https://github.com/Notifiarr/notifiarr/releases) page.
This works on any system with apt or yum. If your system does not use APT or YUM, then download a binary from the [Releases](https://github.com/Notifiarr/notifiarr/releases/latest) page.

On Linux, Notifiarr runs as `user:group` of `notifiarr:notifiarr`.

Expand All @@ -29,13 +29,12 @@ sudo systemctl restart notifiarr

#### Arch Linux

This one is special; hope you know what you're doing.
Build a package with `makepkg` using the `aur` source.
Here: <https://github.com/golift/aur>
Download the `zst` pacman package file for your architecture on the [Releases](https://github.com/Notifiarr/notifiarr/releases/latest) page.
Install it: `pacman -U *.zst`

### FreeBSD

- Download a package from the [Releases](https://github.com/Notifiarr/notifiarr/releases) page.
- Download a `txz` package from the [Releases](https://github.com/Notifiarr/notifiarr/releases/latest) page.
- Install it, edit config, start it.

Example of the above in shell form:
Expand Down

0 comments on commit 92c2ff0

Please sign in to comment.