From 0d90172a94a2785c60d04149c3a7ebe4cee1d80c Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 8 Jul 2024 13:22:26 -0400 Subject: [PATCH] Updated versions in install.sh script --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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