mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 01:06:50 +00:00
vagrant: darwin64: remove fakeroot, fixes #6314
deprecated / unsupported / 404.
This commit is contained in:
parent
091c48bc37
commit
428efa221d
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -113,7 +113,7 @@ 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
|
||||
brew install pkg-config readline openssl@1.1 zstd lz4 xz
|
||||
brew install --cask macfuse
|
||||
# brew upgrade # upgrade everything (takes rather long)
|
||||
echo 'export PKG_CONFIG_PATH=/usr/local/opt/openssl@1.1/lib/pkgconfig' >> ~vagrant/.bash_profile
|
||||
|
|
Loading…
Reference in a new issue