From e40766e0d62265e2bd61d339cd816951ac262d4f Mon Sep 17 00:00:00 2001 From: lhark Date: Thu, 19 Jul 2018 15:07:18 -0400 Subject: [PATCH] Update install script to support submodules --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index f862d0a..95f733a 100755 --- a/install.sh +++ b/install.sh @@ -13,6 +13,9 @@ if [ ! -e "$HOME/.git_user" ]; then sed -i -e "s/{email}/$USER@$HOST/" "$SCRIPTPATH/git_user" fi +# Init or update submodules +git submodule update --init --recursive + # Create symbolic links in the user's home dir for file in $FILES do