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