4 lines
111 B
Bash
4 lines
111 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
wget https://github.com/borgbackup/borg/releases/download/1.2.2/borg-linux64
|
||
|
chmod +x borg-linux64
|