From 445dd69ebaac720f9ec7737723eecb1742d405f0 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 3 Jul 2024 13:52:42 +0200 Subject: [PATCH] vagrant: adapt fetch-binaries script --- scripts/fetch-binaries | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/scripts/fetch-binaries b/scripts/fetch-binaries index a43448d14..5f502f898 100755 --- a/scripts/fetch-binaries +++ b/scripts/fetch-binaries @@ -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