Issue
While trying to install the Carbon Black EDR sensor for Linux, the installation fails and the following error is returned:
/home/installer/Documents/Carbon Linux/CarbonBlackClientSetup-linux-v7.0.3.15300.sh: line 389: -i: command not found
Resolution
The directory where the user was trying to launch the installer had a space in one of the directory names. Removing the space resolved the issue.
e.g. rename:
# /home/installer/Documents/Carbon Linux
to:
# /home/installer/Documents/CarbonLinux
mv /home/installer/Documents/Carbon Linux /home/installer/Documents/CarbonLinux