Once upon a time, the following installer error occurred:
sudo ./database_installer.sh sudo: unable to execute ./database_installer.sh: No such file or directory
I solved it this way:
sudo apt-get install dos2unix sudo dos2unix database_installer.sh