fix typo in install script

This commit is contained in:
2015-08-06 21:36:46 -07:00
parent 1f6ad01753
commit 656bbf05ba

View File

@@ -2,6 +2,6 @@ git pull origin master;
git submodule sync;
git submodule update;
rsync --exclude ".git/" --exclude ".git*" --exclude "install,sh" -avhE --no-perms . ~;
rsync --exclude ".git/" --exclude ".git*" --exclude "install.sh" -avhE --no-perms . ~;
source ~/.bashrc