The ln command on MacOS lacks a --backup flag, so the script fails. This commit modifies the install script to detect the operating system, and run the command to create the symlink without the --backup flag if it is MacOS.
I modified this for use in one of my projects, and figured I'd make it available to you for the base repository, if you are interested. Thanks for the great script!
The
ln
command on MacOS lacks a--backup
flag, so the script fails. This commit modifies the install script to detect the operating system, and run the command to create the symlink without the--backup
flag if it is MacOS.I modified this for use in one of my projects, and figured I'd make it available to you for the base repository, if you are interested. Thanks for the great script!