op.sh: parallel submodule update

This commit is contained in:
Adeeb Shihadeh
2024-07-26 15:08:36 -07:00
committed by GitHub
parent a1d2e84212
commit 00d9748d9a
+1 -1
View File
@@ -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..."