From e109cef3bfbaaca5c94665c7cc920594100e0cf1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 22 Feb 2017 20:44:04 -0300 Subject: Inception: initialize modules recursivelly --- inception | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inception') 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..." -- cgit v1.2.3