From a4551296e2494f6314034d175f348e0948caf1aa Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 20 Aug 2018 16:58:50 +0200 Subject: [PATCH] [dotbot] make submodule update parallel --- install.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.conf.json b/install.conf.json index 7410f20..f2b40d4 100644 --- a/install.conf.json +++ b/install.conf.json @@ -65,7 +65,7 @@ }, { "shell": [ - ["git submodule update --init --recursive", "Installing submodules"] + ["git submodule update --init --jobs $(nproc) --recursive", "Installing submodules"] ] } ]