3 Commits

Author SHA1 Message Date
daniel-c-harvey c14c032081 Workflow Trigger
Package install tarball / package (push) Successful in 4s
2026-06-04 12:26:11 -04:00
daniel-c-harvey 487dcea5c1 Merge branch 'gitattributes' into dev 2026-06-04 12:18:36 -04:00
daniel-c-harvey 0d9c92971c chore: add .gitattributes to enforce LF line endings for shell scripts, YAML, systemd units, and nginx configs 2026-06-04 12:18:33 -04:00
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Default: normalize all text files to LF on commit
* text=auto
# Force LF for files that must be LF on Linux hosts
*.sh text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.service text eol=lf
*.conf text eol=lf
+1
View File
@@ -120,3 +120,4 @@ fi
chmod +x "${EXTRACT_DIR}/install.sh"
exec bash "${EXTRACT_DIR}/install.sh"