mangodl icon indicating copy to clipboard operation
mangodl copied to clipboard

Update install.sh

Open 4cecoder opened this issue 3 years ago • 0 comments

https://unix.stackexchange.com/questions/8656/usr-bin-vs-usr-local-bin-on-linux

When I tried using install.sh on MacOS 12.3.1 it kept denying me access:

  • to /usr/bin/ directly
    • I would have to disable MacOS's SIP for that to work

Instead: used a workaround

  • to install to /usr/local/bin/
    • which also works fine on linux

install-where

4cecoder avatar May 13 '22 06:05 4cecoder