From aa01b465094779481f6547fddf48a34cef889f66 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 18 Dec 2024 19:59:09 -0500 Subject: [PATCH] Change restic to 0.17.3 and resticprofile to 0.29.0 --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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