diff --git a/update b/update index 88ff292..895d00d 100755 --- a/update +++ b/update @@ -15,3 +15,4 @@ cd "${BASEDIR}" git submodule update --init --recursive --remote git pull --recurse-submodules +git submodule foreach git pull origin master --recurse-submodules