Change restic to 0.17.3 and resticprofile to 0.29.0

This commit is contained in:
Eric Renfro 2024-12-18 19:59:09 -05:00
parent e2ace09cc1
commit aa01b46509
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -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