From 4b572673b244b2d092f022c5cd7812e23f2aa529 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sun, 3 Dec 2023 12:59:51 -0500 Subject: [PATCH] Fixed typo in install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 423d132..32fd8b0 100755 --- a/install.sh +++ b/install.sh @@ -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*