mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
vagrant: darwin64: remove fakeroot, fixes #6314
deprecated / unsupported / 404.
This commit is contained in:
parent
b94addea7e
commit
9392bcd9da
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -57,7 +57,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 git
|
||||
brew install pkg-config readline openssl@1.1 zstd lz4 xz git
|
||||
brew install --cask macfuse
|
||||
brew upgrade # upgrade everything
|
||||
echo 'export PKG_CONFIG_PATH=/usr/local/opt/openssl@1.1/lib/pkgconfig' >> ~vagrant/.bash_profile
|
||||
|
|
|
|||
Loading…
Reference in a new issue