mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
op.sh: fix submodule cloning for older git version (#35840)
Update op.sh
This commit is contained in:
+1
-1
@@ -231,7 +231,7 @@ function op_setup() {
|
||||
|
||||
echo "Getting git submodules..."
|
||||
st="$(date +%s)"
|
||||
if ! git submodule update --filter=blob:none --jobs 4 --init --recursive; then
|
||||
if ! git submodule update --jobs 4 --init --recursive; then
|
||||
echo -e " ↳ [${RED}✗${NC}] Getting git submodules failed!"
|
||||
loge "ERROR_GIT_SUBMODULES"
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user