Closed gdaniel closed 4 years ago
This only affects the released versions of Xatkit, and can be solved with sed -i -e 's/\r$//' <script.sh>.
sed -i -e 's/\r$//' <script.sh>
Bash error:
-bash: ./xatkit-install-linux.sh: /bin/bash^M: bad interpreter: No such file or directory
Closing this issue since we don't plan to release a new version soon
This only affects the released versions of Xatkit, and can be solved with
sed -i -e 's/\r$//' <script.sh>
.Bash error: