mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-06 05:01:19 -07:00
set the correct line endings for git
This commit is contained in:
parent
eabf954258
commit
f5b0b45b39
4 changed files with 5 additions and 8 deletions
3
setup/.gitattributes
vendored
Normal file
3
setup/.gitattributes
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
* text eol=lf
|
||||
*.cmd text eol=crlf
|
||||
*.bat text eol=crlf
|
|
@ -5,9 +5,3 @@ if ! (echo "$PWD" | grep -Eq ^[a-zA-Z0-9\/\._\-]+$) ; then
|
|||
echo "Error: Install path contains special characters!"
|
||||
sleep infinity
|
||||
fi
|
||||
|
||||
#Using git to download ProxSpace will cause an installation error
|
||||
if [ -d "$PWD/.git" ]; then
|
||||
echo "Error: Do not use Git to download ProxSpace!"
|
||||
sleep infinity
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue