# scripts/install.sh is fetched raw and piped straight into `sh` (curl | sh) —
# CRLF line endings break that (`$'\r': command not found`). Force LF
# regardless of any contributor's local core.autocrlf setting.
scripts/install.sh text eol=lf
