doc(linux): Add linux client install.sh & uninstall.sh

This commit is contained in:
yuanyuanxiang
2026-05-22 22:02:38 +02:00
parent 740ec8baf3
commit 62e962f216
3 changed files with 277 additions and 0 deletions

4
.gitattributes vendored
View File

@@ -1,6 +1,10 @@
# Auto detect text files and perform LF normalization
* text=auto
# Shell scripts must keep LF line endings even when checked out on Windows,
# otherwise Linux refuses them with "bad interpreter: /usr/bin/env^M".
*.sh text eol=lf
# Custom for Visual Studio
*.cs diff=csharp