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*