@stefano What kills me is the lack of standardization of filesystem hierarchy across OSes.
Why?
I'm sure there are historical design reasons for it, but even moving between Linux distros can feel like moving to a different OS entirely.
@stefano that sounds bizarre... If it's an install.sh and not a package manager script then it should be placing stuff into /usr/local/bin on Linux too as /usr/bin is for stuff managed by a distro's package manager. It's probably an overall poorly written script