mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-21 13:47:16 +00:00
vagrant: macos box tuning, fixes #5370
git is already installed, installing the latest version takes ages due to its dependencies. also brew upgrade (same issue).
This commit is contained in:
parent
baf74f938a
commit
d906ac3fad
1 changed files with 2 additions and 2 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -113,9 +113,9 @@ def packages_darwin
|
|||
sudo softwareupdate --install --all
|
||||
which brew || CI=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
brew update > /dev/null
|
||||
brew install pkg-config readline openssl@1.1 zstd lz4 xz fakeroot git
|
||||
brew install pkg-config readline openssl@1.1 zstd lz4 xz fakeroot
|
||||
brew install --cask macfuse
|
||||
brew upgrade # upgrade everything
|
||||
# brew upgrade # upgrade everything (takes rather long)
|
||||
echo 'export PKG_CONFIG_PATH=/usr/local/opt/openssl@1.1/lib/pkgconfig' >> ~vagrant/.bash_profile
|
||||
EOF
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue