git submodule update
This commit is contained in:
parent
0ffe30b88a
commit
8b8fea2f17
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ function installDependencies {
|
|||
fi
|
||||
fi
|
||||
|
||||
echo "Pulling git submodules..."
|
||||
cd $DOTDIR && git submodule update >> /dev/null 2>&1
|
||||
|
||||
# Set ZSH as default shell
|
||||
if [ ! "$SHELL" = "$(which zsh)" ]; then
|
||||
echo Setting ZSH as default shell...
|
||||
|
|
Loading…
Reference in a new issue