explicitely update git submodules for YouCompleteMe

This commit is contained in:
Cyryl Płotnicki-Chudyk 2015-09-20 11:57:01 +02:00
parent 6ca1167787
commit 58e0a4fb04

View file

@ -15,8 +15,7 @@ fi
DIR=`realpath $DIR` DIR=`realpath $DIR`
echo "using $DIR as the top level directory" echo "using $DIR as the top level directory"
cd $DIR cd $DIR
git submodule init git submodule update --init --recursive
git submodule update --recursive
#configs #configs
ln -vfs "$DIR/.vim" ~/. ln -vfs "$DIR/.vim" ~/.
@ -38,6 +37,7 @@ mkdir -p ~/.config/vdirsyncer/
ln -vfs "$DIR/.config/vdirsyncer/config" ~/.config/vdirsyncer/ ln -vfs "$DIR/.config/vdirsyncer/config" ~/.config/vdirsyncer/
cd "$DIR/.vim/bundle/YouCompleteMe/" cd "$DIR/.vim/bundle/YouCompleteMe/"
git submodule update --init --recursive
./install.sh --clang-completer ./install.sh --clang-completer
# symlink 'nodejs' as node on some systems # symlink 'nodejs' as node on some systems