Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c14c032081 | |||
| 487dcea5c1 | |||
| 0d9c92971c |
@@ -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
|
||||
@@ -120,3 +120,4 @@ fi
|
||||
chmod +x "${EXTRACT_DIR}/install.sh"
|
||||
exec bash "${EXTRACT_DIR}/install.sh"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user