xatkit-bot-platform / xatkit

The simplest way to build all types of smart chatbots and digital assistants
https://xatkit.com
Eclipse Public License 2.0
176 stars 23 forks source link

Invalid EOL char in linux scripts #12

Closed gdaniel closed 4 years ago

gdaniel commented 4 years ago

This only affects the released versions of Xatkit, and can be solved with sed -i -e 's/\r$//' <script.sh>.

Bash error:

-bash: ./xatkit-install-linux.sh: /bin/bash^M: bad interpreter: No such file or directory
gdaniel commented 4 years ago

Closing this issue since we don't plan to release a new version soon