From 80270131769eacf2b2c1c7df18b5d6a3cce6078a Mon Sep 17 00:00:00 2001 From: Robert Schade Date: Sat, 25 Nov 2017 19:53:26 +0100 Subject: [PATCH] changed to borg 1.1 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 00aa796..3f31da3 100755 --- a/build.sh +++ b/build.sh @@ -9,8 +9,8 @@ source borg-env/bin/activate git clone https://github.com/borgbackup/borg.git cd borg -git branch 1.0-maint remotes/origin/1.0-maint -git checkout 1.0-maint +git branch 1.1-maint remotes/origin/1.1-maint +git checkout 1.1-maint pip install -r requirements.d/development.txt