update modules and fixes after this

This commit is contained in:
2018-10-02 22:57:27 +07:00
parent fc3ad6b314
commit 598b7f2108
3 changed files with 7 additions and 2 deletions

5
scripts/update_modules.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
git submodule init
git submodule update
git pull --recurse-submodules
git submodule update --remote --recursive