Update 'backup/get-borg-1.2.2.sh'

pull/4/head
drunkendog 2022-12-19 18:27:29 +00:00
parent 94c33669f7
commit a2c1c11e91
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! /bin/sh #! /bin/sh
wget https://github.com/borgbackup/borg/releases/download/1.2.2/borg-linux64 wget -P /usr/local/bin/ https://github.com/borgbackup/borg/releases/download/1.2.2/borg-linux64
chmod +x borg-linux64 chmod +x /usr/local/bin/borg-linux64