diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,3 +42,7 @@ fi python$PYTHON_VERSION src/manager.py db_empty python$PYTHON_VERSION src/manager.py db_create + +# Bootstrap +git submodule init +git submodule update |