Delete .git directory so no submodules

This commit is contained in:
Travis Burtrum 2017-05-15 12:55:14 -04:00
parent 2dbd0c2786
commit 3a0615f6ed
1 changed files with 2 additions and 0 deletions

2
ppa
View File

@ -44,6 +44,8 @@ clone_update_aur() {
else
git clone "$aurweb/$REPLY".git
fi
# .git folders make it a git submodule, we don't want that
rm -rf "$REPLY"/.git/
done
}