Updated versions in install.sh script

This commit is contained in:
Eric Renfro 2024-07-08 13:22:26 -04:00
parent e70d631839
commit 0d90172a94
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

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