diff --git a/install.sh b/install.sh index 5cb8b82..8ed5db6 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash -resticVersion="0.16.2" -resticprofileVersion="0.24.0" +resticVersion="0.16.4" +resticprofileVersion="0.27.0" mkdir /tmp/restic-install || exit 1 pushd /tmp/restic-install &>/dev/null || exit 1