mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-21 07:03:44 +08:00
remove body submodule (#33091)
* remove body submodule * little more * fix op
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ function op_check_git() {
|
||||
fi
|
||||
|
||||
echo "Checking for git submodules..."
|
||||
for name in body msgq_repo opendbc panda rednose_repo tinygrad_repo; do
|
||||
for name in msgq_repo opendbc panda rednose_repo tinygrad_repo; do
|
||||
if [[ -z $(ls $OPENPILOT_ROOT/$name) ]]; then
|
||||
echo -e " ↳ [${RED}✗${NC}] git submodule $name not found! Run 'git submodule update --init --recursive'"
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user