diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-02-22 20:44:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-02-22 20:44:04 -0300 |
commit | e109cef3bfbaaca5c94665c7cc920594100e0cf1 (patch) | |
tree | 838ef58c7eaba09cec38b861e7863d47da217e58 /inception | |
parent | ebeea9d9e1f0c45d6ee134543048c643bbe4ac0f (diff) | |
download | apps-e109cef3bfbaaca5c94665c7cc920594100e0cf1.tar.gz apps-e109cef3bfbaaca5c94665c7cc920594100e0cf1.tar.bz2 |
Inception: initialize modules recursivelly
Diffstat (limited to 'inception')
-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..." |