Update submodules on install

This commit is contained in:
2015-07-08 21:03:12 -07:00
parent 31011b53c4
commit 27833a175d

View File

@@ -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 . ~;