added install script
This commit is contained in:
5
install.sh
Executable file
5
install.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
git pull origin master;
|
||||||
|
|
||||||
|
rsync --exclude ".git/" --exclude "install.sh" -avhE --no-perms . ~;
|
||||||
|
|
||||||
|
source ~/.bashrc
|
||||||
Reference in New Issue
Block a user