Change restic to 0.17.3 and resticprofile to 0.29.0
This commit is contained in:
parent
e2ace09cc1
commit
aa01b46509
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
resticVersion="0.16.4"
|
||||
resticprofileVersion="0.27.0"
|
||||
resticVersion="0.17.3"
|
||||
resticprofileVersion="0.29.0"
|
||||
|
||||
mkdir /tmp/restic-install || exit 1
|
||||
pushd /tmp/restic-install &>/dev/null || exit 1
|
||||
|
|
Loading…
Reference in a new issue