From: Silvio Rhatto Date: Wed, 22 Feb 2017 23:44:04 +0000 (-0300) Subject: Inception: initialize modules recursivelly X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e109cef3bfbaaca5c94665c7cc920594100e0cf1;p=rhatto%2Fapps.git Inception: initialize modules recursivelly --- diff --git a/inception b/inception index 7b844e1..394f29e 100755 --- a/inception +++ b/inception @@ -15,7 +15,7 @@ elif [ "$1" == "init" ]; then cd $DIRNAME echo "Initializing submodules..." - git submodule update --init + git submodule update --init --recursive if [ ! -e "$HOME/.dotfiles" ]; then echo "Cloning default dotfiles..."