소스 검색

vagrant: darwin: add zstd

Thomas Waldmann 6 년 전
부모
커밋
08574d08f8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Vagrantfile

+ 1 - 0
Vagrantfile

@@ -82,6 +82,7 @@ def packages_darwin
     ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
     brew update
     brew install openssl
+    brew install zstd
     brew install lz4
     brew install xz  # required for python lzma module
     brew install fakeroot