diff --git a/install.sh b/install.sh index 8ed5db6..19b1128 100755 --- a/install.sh +++ b/install.sh @@ -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