When trying run install.sh to install DLP the following error is returned.
-bash: ./install.sh: /bin/bash^M: bad interpreter: No such file or directory
RHEL 7.x 8.x
WinSCP
Windows 10
When copying the extracted files from the platform zip file, WinSCP added ^M characters to the install.sh file.
NOTE: When copying with WinSCP make sure binary copying is enabled and not ASCI/text mode.
sed -i -e 's/\r$//' install.sh