From 00d9748d9a4cead5c9e968fa9fb607fbf74955e4 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 26 Jul 2024 15:08:36 -0700 Subject: [PATCH] op.sh: parallel submodule update --- tools/op.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/op.sh b/tools/op.sh index d3311c81fa..faa75951de 100755 --- a/tools/op.sh +++ b/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..."