Add initial support for macOS Ventura

This commit is contained in:
Martin Wimpress 2022-08-19 17:20:06 +01:00
parent 02e0a9e55a
commit 2071816ede
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3
2 changed files with 24 additions and 9 deletions

View file

@ -1164,6 +1164,7 @@ function get_macos() {
local CWD=""
local MACRECOVERY=""
local MLB=""
local OS_TYPE="default"
case ${RELEASE} in
high-sierra)
@ -1214,6 +1215,7 @@ function get_macos() {
${MACRECOVERY} \
--board-id "${BOARD_ID}" \
--mlb "${MLB}" \
--os-type "${OS_TYPE}" \
--basename RecoveryImage \
--outdir "${VM_PATH}" \
download