diff options
-rwxr-xr-x | inception | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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..." |