Updated to macOS Ventura

Necessary to be compatible with the latest version of the macOS
operating system.
This commit is contained in:
Brooke Kuhlmann
2022-10-24 18:43:09 -06:00
parent 387241227a
commit c161493c32
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 Monterey.app/Contents/Resources/createinstallmedia"
export MAC_OS_BOOT_DISK_CREATOR="/Applications/Install macOS Ventura.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"