home shouldn't be git repo
This commit is contained in:
parent
0b6566f2bd
commit
dfbea2a2cb
1 changed files with 6 additions and 1 deletions
|
@ -38,4 +38,9 @@ elif [[ $OS == *buntu* ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Copy it
|
# Copy it
|
||||||
rsync -avzP .doors/ .
|
cd &&
|
||||||
|
rsync -avzP .doors/ .
|
||||||
|
|
||||||
|
# git
|
||||||
|
cd &&
|
||||||
|
rm -rf .git
|
||||||
|
|
Loading…
Add table
Reference in a new issue