Skip to content

Commit 2b6f60a

Browse files
committed
Scripts: added submodule update script.
1 parent 8f0ffd2 commit 2b6f60a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/update_submodules.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22
set -e
33

4+
git submodule update --init --recursive
5+
46
echo "🔄 Updating all submodules..."
57
git submodule foreach git pull origin main

0 commit comments

Comments
 (0)