]> gitweb.fluxo.info Git - rhatto/apps.git/commitdiff
Inception: initialize modules recursivelly
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 22 Feb 2017 23:44:04 +0000 (20:44 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 22 Feb 2017 23:44:04 +0000 (20:44 -0300)
inception

index 7b844e142fbb98312aad37fbf344822bfeec20bb..394f29e5e46d48cb0f6bf03e93115a46e61df646 100755 (executable)
--- 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..."