mirror of
https://github.com/enduro2d/enduro2d-bootstrap.git
synced 2026-03-22 12:55:31 +07:00
update modules and fixes after this
This commit is contained in:
5
scripts/update_modules.sh
Executable file
5
scripts/update_modules.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
git submodule init
|
||||
git submodule update
|
||||
git pull --recurse-submodules
|
||||
git submodule update --remote --recursive
|
||||
Reference in New Issue
Block a user