mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-27 21:03:05 -04:00
vagrant: darwin: add zstd
This commit is contained in:
parent
e549333bd5
commit
08574d08f8
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue