I'll see to that too. You can change this already by removing "set -e" from the script (it's right at the beginning). Actually I didn't want to remove this yet, because this way the script is safer. I don't know what could go wrong with the script, but if something goes wrong, the script will safely exit. Especially in some stages of development I was very glad I had this option activated.
But as soon as the dependencies will be checked, I will make this option optional
And thanks for all the suggestions, I don't take them as complaints.