mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-25 03:14:39 +02:00
[dotbot] make submodule update parallel
This commit is contained in:
parent
dcaccd404d
commit
a4551296e2
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"shell": [
|
"shell": [
|
||||||
["git submodule update --init --recursive", "Installing submodules"]
|
["git submodule update --init --jobs $(nproc) --recursive", "Installing submodules"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue