Fixed typo in install script
This commit is contained in:
parent
9499cd6239
commit
4b572673b2
1 changed files with 1 additions and 1 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue