op.sh: parallel submodule update

pull/33094/head
Adeeb Shihadeh 9 months ago committed by GitHub
parent a1d2e84212
commit 00d9748d9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/op.sh

@ -188,7 +188,7 @@ function op_setup() {
echo -e " ↳ [${GREEN}${NC}] Dependencies installed successfully.\n"
echo "Getting git submodules..."
op_run_command git submodule update --init --recursive
op_run_command git submodule update --jobs 4 --init --recursive
echo -e " ↳ [${GREEN}${NC}] Submodules installed successfully.\n"
echo "Pulling git lfs files..."

Loading…
Cancel
Save