Update install script to support submodules

This commit is contained in:
lhark 2018-07-19 15:07:18 -04:00
parent c154881fce
commit e40766e0d6

View file

@ -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