RootMyTV / RootMyTV.github.io

RootMyTV is a user-friendly exploit for rooting/jailbreaking LG webOS smart TVs.
https://RootMy.TV
MIT License
2.16k stars 64 forks source link

avoid breaking scripts with git autocrlf #95

Closed throwaway96 closed 1 year ago

throwaway96 commented 1 year ago

When checking out with core.autocrlf enabled on Windows, the scripts in files/ would have their line endings converted to CRLF, which prevents them from running on webOS. This commit should prevent the line endings of these files from being changed without affecting anything else.