mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
5 lines
132 B
Batchfile
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 .. |