Updated versions in install.sh script
This commit is contained in:
parent
e70d631839
commit
0d90172a94
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
resticVersion="0.16.2"
|
resticVersion="0.16.4"
|
||||||
resticprofileVersion="0.24.0"
|
resticprofileVersion="0.27.0"
|
||||||
|
|
||||||
mkdir /tmp/restic-install || exit 1
|
mkdir /tmp/restic-install || exit 1
|
||||||
pushd /tmp/restic-install &>/dev/null || exit 1
|
pushd /tmp/restic-install &>/dev/null || exit 1
|
||||||
|
|
Loading…
Reference in a new issue