From 5e88422d157b8f2544ec1b544d7a9ac2b044cd05 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 1 Oct 2011 00:40:25 +0800 Subject: [PATCH] Do submodule init before install --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 9fa4161..cc9728c 100755 --- a/install.sh +++ b/install.sh @@ -2,6 +2,9 @@ BASEDIR=`dirname $0` +# submodule init +git submodule update --init + # vim cp ${BASEDIR}/.vimrc ~/.vimrc mkdir -p ~/.vim