aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-02-22 20:44:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-02-22 20:44:04 -0300
commite109cef3bfbaaca5c94665c7cc920594100e0cf1 (patch)
tree838ef58c7eaba09cec38b861e7863d47da217e58 /inception
parentebeea9d9e1f0c45d6ee134543048c643bbe4ac0f (diff)
downloadapps-e109cef3bfbaaca5c94665c7cc920594100e0cf1.tar.gz
apps-e109cef3bfbaaca5c94665c7cc920594100e0cf1.tar.bz2
Inception: initialize modules recursivelly
Diffstat (limited to 'inception')
-rwxr-xr-xinception2
1 files changed, 1 insertions, 1 deletions
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..."