Browse Source

Update install script. Hopefully removed unnecessary line.

Andrew Swistak 12 years ago
parent
commit
cac78cfbac
1 changed files with 0 additions and 1 deletions
  1. 0 1
      scripts/install

+ 0 - 1
scripts/install

@@ -38,7 +38,6 @@ for i in $(ls "$DIR"); do
   fi
 done
 
-git submodule update --init --recursive
 git submodule foreach git pull origin master
 ln -fsn "$DIR"/vim/pathogen/autoload "$DIR"/vim/
 mkdir -p "$DIR"/vim/tmp/{backup,swap,undo}