No longer exclude rsyncing install
This commit is contained in:
@@ -2,6 +2,6 @@ git pull origin master;
|
||||
git submodule sync;
|
||||
git submodule update;
|
||||
|
||||
rsync --exclude ".git/" --exclude "install.sh" --exclude ".git*" -avhE --no-perms . ~;
|
||||
rsync --exclude ".git/" --exclude ".git*" -avhE --no-perms . ~;
|
||||
|
||||
source ~/.bashrc
|
||||
|
||||
Reference in New Issue
Block a user