mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 07:43:06 +00:00
vagrant: adapt fetch-binaries script
This commit is contained in:
parent
0b660e0e75
commit
445dd69eba
1 changed files with 6 additions and 5 deletions
|
@ -12,10 +12,11 @@ check_and_copy () {
|
|||
echo ""
|
||||
}
|
||||
|
||||
check_and_copy buster64 borg-linux-glibc228
|
||||
check_and_copy bullseye64 borg-linux-glibc231
|
||||
check_and_copy bookworm64 borg-linux-glibc236
|
||||
check_and_copy buster borg-linux-glibc228
|
||||
check_and_copy bullseye borg-linux-glibc231
|
||||
check_and_copy bookworm borg-linux-glibc236
|
||||
|
||||
check_and_copy freebsd64 borg-freebsd
|
||||
check_and_copy freebsd13 borg-freebsd13
|
||||
check_and_copy freebsd14 borg-freebsd14
|
||||
|
||||
check_and_copy darwin64 borg-macos
|
||||
check_and_copy darwin borg-macos
|
||||
|
|
Loading…
Reference in a new issue