Added macOS Big Sur support

Necessary to support the latest macOS release.
This commit is contained in:
Brooke Kuhlmann
2020-11-15 07:35:58 -07:00
parent 1416aa2f0a
commit 1bb6ef39a5
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 Catalina.app/Contents/Resources/createinstallmedia"
export MAC_OS_BOOT_DISK_CREATOR="/Applications/Install macOS Big Sur.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"