Updated to macOS Monterey

Necessary to support the latest version of the operation system which
was released today.
This commit is contained in:
Brooke Kuhlmann
2021-10-25 18:00:45 -06:00
parent 0445e6a584
commit bfaba4b40d
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ set -o errexit
set -o pipefail
IFS=$'\n\t'
export MAC_OS_BOOT_DISK_CREATOR="/Applications/Install macOS Big Sur.app/Contents/Resources/createinstallmedia"
export MAC_OS_BOOT_DISK_CREATOR="/Applications/Install macOS Monterey.app/Contents/Resources/createinstallmedia"
export MAC_OS_BOOT_DISK_PATH="/Volumes/Untitled"
export MAC_OS_WORK_PATH=/tmp/downloads
export MAC_OS_CONFIG_PATH="../mac_os-config"