Browse Source

Update install script to support submodules

merge-requests/1/merge
lhark 8 years ago
parent
commit
e40766e0d6
  1. 3
      install.sh

3
install.sh

@ -13,6 +13,9 @@ if [ ! -e "$HOME/.git_user" ]; then
sed -i -e "s/{email}/$USER@$HOST/" "$SCRIPTPATH/git_user" sed -i -e "s/{email}/$USER@$HOST/" "$SCRIPTPATH/git_user"
fi fi
# Init or update submodules
git submodule update --init --recursive
# Create symbolic links in the user's home dir # Create symbolic links in the user's home dir
for file in $FILES for file in $FILES
do do

Loading…
Cancel
Save