Update submodules on install
This commit is contained in:
@@ -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 . ~;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user