Roshan-R / termv

A terminal iptv player written in bash
GNU General Public License v3.0
222 stars 19 forks source link

fixes for MacOS #2

Closed jwoglom closed 3 years ago

jwoglom commented 3 years ago

update download to store in /usr/local/bin without root use /usr/bin/env and $HOME env variable for *nix standardization

ssiyad commented 3 years ago

Wouldn't ~/.local/bin work?

Roshan-R commented 3 years ago

Wouldn't ~/.local/bin work?

Doing that would require us to add ~/.local/bin to PATH cause not every distribution does it by default. I'm not sure about how Mac handles it

That would mean a bigger installation command

jwoglom commented 3 years ago

@Roshan-R Added the sudo back

Roshan-R commented 3 years ago

Thanks again for the PR @jwoglom