From 08574d08f8ac0852c97c8a11cf7f8a566c92aea3 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 1 Mar 2019 15:41:52 +0100 Subject: [PATCH] vagrant: darwin: add zstd --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 3a0a95f8d..197e24ef7 100644 --- a/Vagrantfile +++ b/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