mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
vagrant: fix ignore string
This commit is contained in:
parent
797a90797e
commit
b6d8a886f7
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -60,7 +60,7 @@ def packages_darwin
|
|||
# install all the (security and other) updates
|
||||
sudo softwareupdate --ignore iTunesX
|
||||
sudo softwareupdate --ignore iTunes
|
||||
sudo softwareupdate --ignore "macOS High Sierra"
|
||||
sudo softwareupdate --ignore "Install macOS High Sierra"
|
||||
sudo softwareupdate --install --all
|
||||
# get osxfuse 3.x release code from github:
|
||||
curl -s -L https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.8.0/osxfuse-3.8.0.dmg >osxfuse.dmg
|
||||
|
|
Loading…
Reference in a new issue