[dotbot] make submodule update parallel

This commit is contained in:
Felix Buehler 2018-08-20 16:58:50 +02:00
parent dcaccd404d
commit a4551296e2

View file

@ -65,7 +65,7 @@
},
{
"shell": [
["git submodule update --init --recursive", "Installing submodules"]
["git submodule update --init --jobs $(nproc) --recursive", "Installing submodules"]
]
}
]