Fixed typo in install script

This commit is contained in:
Eric Renfro 2023-12-03 12:59:51 -05:00
parent 9499cd6239
commit 4b572673b2
Signed by: psi-jack
GPG key ID: 14977F3A50D9A5BF

View file

@ -8,7 +8,7 @@ pushd /tmp/restic-install &>/dev/null
wget "https://github.com/restic/restic/releases/download/v${resticVersion}/restic_${resticVersion}_linux_amd64.bz2"
bunzip2 "restic_${resticVersion}_linux_amd64.bz2"
wget "https://github.com/creativeprojects/resticprofile/releases/download/v${resticprofileVersion}/resticprofile_${resticprofileVersion}_linux_amd64.tar.gz"
tar "xvfz resticprofile_${resticprofileVersion}_linux_amd64.tar.gz"
tar xvfz "resticprofile_${resticprofileVersion}_linux_amd64.tar.gz"
rm LICENSE README.md "resticprofile_${resticprofileVersion}.tar.gz"
chown root:root restic*
chmod 755 restic*