This commit is contained in:
Matt McWilliams 2023-06-29 09:32:39 -04:00
parent b5810f8ca5
commit 7be4b8454d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
if [ ! -d yolov5/.git ]; then
git module update --init --recursive
git submodule update --init --recursive
fi
cd yolov5