binwiederhier / ntfy

Send push notifications to your phone or desktop using PUT/POST
https://ntfy.sh
Apache License 2.0
18.54k stars 729 forks source link

Use /usr/local/bin instead of /usr/bin #1198

Open allan2 opened 1 month ago

allan2 commented 1 month ago

This commit makes the placement of binaries consistent on Linux. ntfy currently recommends /usr/local/bin for amd64 Linux but not for arm Linux.

This PR does not add anything to move binaries or remove them from the old path.