diff options
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -96,8 +96,7 @@ submodules() | |||
96 | if ! git --version >/dev/null; then | 96 | if ! git --version >/dev/null; then |
97 | echo "git not installed, skipping submodule update" | 97 | echo "git not installed, skipping submodule update" |
98 | else | 98 | else |
99 | git submodule update --init --recursive && \ | 99 | git submodule update --init --force --remote |
100 | git submodule sync --recursive | ||
101 | fi | 100 | fi |
102 | } | 101 | } |
103 | 102 | ||