From 3521508ff4d6b8466fc635763174094577ff875d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 22 Apr 2024 14:20:57 +0200 Subject: [PATCH] install: Remove submodule update It has do be done properly during checkout, we assume they are already there. --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index 30fb9ba..2eb09e0 100755 --- a/install.sh +++ b/install.sh @@ -66,6 +66,4 @@ if ! command -v ansible >/dev/null ; then printf 'Done\n' fi -[[ -e './.git' ]] && git submodule update --init - cd "${DOTDIR}" && make