Bugswriter / notflix

Notflix is a shell script to search and stream torrent.
GNU General Public License v3.0
1.9k stars 176 forks source link

FreeBSD #62

Open plasmoduck opened 2 years ago

plasmoduck commented 2 years ago

grep -P is a GNU thing, it is not supported in the BSD versions of grep. How can I make the script work?

trianglecirclexyz commented 2 years ago

cant you install the gnu-coreutil binaries on BSD?

plasmoduck commented 2 years ago

Yes that was an option, but I ended up changing the line to: grep -oE Perhaps you could make an ifdef statement for FreeBSD and OpenBSD users in the future.

On Fri, Jan 14, 2022 at 11:02:08PM -0800, Raiyan wrote:

cant you install the gnu-coreutil binaries on BSD?

-- Reply to this email directly or view it on GitHub: https://github.com/Bugswriter/notflix/issues/62#issuecomment-1013628503 You are receiving this because you authored the thread.

Message ID: @.***>