diff options
Diffstat (limited to 'build/update.sh')
-rwxr-xr-x | build/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/update.sh b/build/update.sh index cf1ae9103e4..8c52ea7a799 100755 --- a/build/update.sh +++ b/build/update.sh @@ -11,7 +11,7 @@ git --no-pager log -3 --pretty=format:"%h %Cblue%ar%x09%an %Creset%s" printf "\n" git branch --merged master | grep -v "master$" | xargs --no-run-if-empty git branch -d git fetch --prune --quiet -git submodule update +git submodule update --init # Update apps source ./build/update-apps.sh |