From f4e203d8c5b795c92e610ab2fa22932c3f1a05be Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Tue, 18 Jun 2024 03:21:06 +0200 Subject: [PATCH] change submodule strategy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b0aeffb..6a3d1fb 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ log "This will alter your home directory '$HOME'." log "Press [return] to continue." read -git pull --recurse-submodules +git submodule update --init --recursive ( cd "./data"