urbackup_backend/update_deps.bat
2015-12-26 18:02:23 +01:00

5 lines
132 B
Batchfile

if not exist deps git clone -b master http://buildserver.urbackup.org/git/urbackup_deps deps
cd deps
git reset --hard
git pull
cd ..