Przeglądaj źródła

vagrant: fix ignore string

Thomas Waldmann 7 lat temu
rodzic
commit
b6d8a886f7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -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