From 27833a175d54dd2ef4edb00b01335b7e8706bb32 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Wed, 8 Jul 2015 21:03:12 -0700 Subject: [PATCH] Update submodules on install --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 57b6979..0e11a9a 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,6 @@ git pull origin master; +git submodule sync; +git submodule update; rsync --exclude ".git/" --exclude "install.sh" --exclude ".git*" -avhE --no-perms . ~;