Skip to content

Commit

Permalink
Update Borg installer
Browse files Browse the repository at this point in the history
Version 1.4 introduces a new naming convention for fat binaries. It includes
the glibc version fo Linux.

glibc version 2.31 is compatible with Ubuntu 20.04 (2.31) and Ubuntu 22.04
(2.35).

https://www.borgbackup.org/releases/borg-1.4.html
borgbackup/borg#8263
  • Loading branch information
iainelder committed Jul 3, 2024
1 parent e12c961 commit a06e815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/borgbackup/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jq

browser_download_url=$(
curl -Ss 'https://api.github.com/repos/borgbackup/borg/releases/latest' |
jq -r '.assets[] | select(.name | test("borg-linux64$")) | .browser_download_url'
jq -r '.assets[] | select(.name | test("^borg-linux-glibc231$")) | .browser_download_url'
)

download_filename=$(
Expand Down

0 comments on commit a06e815

Please sign in to comment.