# install.sh is piped straight into `sh` from the Pages URL — a CRLF checkout # (or publish) would inject \r into every command. Pin LF end to end. installer/install.sh text eol=lf # Keep the PowerShell half deterministic too (PS tolerates either; the # published artifact should not depend on the publisher's autocrlf). installer/install.ps1 text eol=lf