Update 'backup/get-borg-1.2.2.sh'
parent
94c33669f7
commit
a2c1c11e91
|
@ -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
|
Loading…
Reference in New Issue