Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File in Windows format #5

Open
nicola883 opened this issue Dec 18, 2021 · 1 comment
Open

File in Windows format #5

nicola883 opened this issue Dec 18, 2021 · 1 comment

Comments

@nicola883
Copy link

nicola883 commented Dec 18, 2021

Hi.
It seems that the files are in Windows format, i.e., rows end with CR LF instead of LF. Because of this, the tool cannot be installed in Linux. I tried to convert bin/install.sh, but it is not enough.
I think that it is not safe to search and replace the characters because some files are binary.

@kilicogluh
Copy link
Collaborator

Simply converting install.sh from Windows format to Linux format should be sufficient, since the installation scripts were tested on Linux. Have you tried a utility like dos2unix?
You shouldn't have to do anything with binary files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants