install: Remove submodule update

It has do be done properly during checkout, we assume they are
already there.
This commit is contained in:
2024-04-22 14:20:57 +02:00
parent 200e5645cd
commit 3521508ff4

View File

@@ -66,6 +66,4 @@ if ! command -v ansible >/dev/null ; then
printf 'Done\n' printf 'Done\n'
fi fi
[[ -e './.git' ]] && git submodule update --init
cd "${DOTDIR}" && make cd "${DOTDIR}" && make