mirror of
https://github.com/enduro2d/enduro2d-bootstrap.git
synced 2025-12-13 11:41:26 +07:00
6 lines
131 B
Bash
Executable File
6 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
git submodule init
|
|
git submodule update
|
|
git pull --recurse-submodules
|
|
git submodule update --init --remote --recursive
|