소스 검색

vagrant: adapt fetch-binaries script

Thomas Waldmann 11 달 전
부모
커밋
445dd69eba
1개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 6 5
      scripts/fetch-binaries

+ 6 - 5
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