CodersOS / create

Website to create new iso images.
https://codersos.github.io/create
GNU Affero General Public License v3.0
1 stars 6 forks source link

Jekyll under Windows #11

Closed niccokunzmann closed 7 years ago

niccokunzmann commented 7 years ago

When testing the app locally under Windows, the bash scripts look like this:

#!/bin/bash\r\n

This crashes all the installs scripts because linux can not handle the additional \r\n

Solution: When the scripts are retrieved and the begin with #!, the line endings should be checked and made to \n instead of \r\n