git pull instead of cvs update

This commit is contained in:
Peter J. Holzer 2015-04-29 09:51:27 +02:00
parent b769c51e52
commit 19b31fbde6
1 changed files with 2 additions and 1 deletions

View File

@ -10,10 +10,11 @@ then
fi fi
date date
uptime uptime
[ -n "$SSH_AUTH_SOCK" ] && [ -n "$SSH_AUTH_SOCK" ] &&
cd ~/zdot && cd ~/zdot &&
[ -z "`find .ts -mtime -1 2>/dev/null`" ] && [ -z "`find .ts -mtime -1 2>/dev/null`" ] &&
cvs update -d -P && git pull &&
make install && make install &&
touch .ts touch .ts
cd ~ cd ~