macOS Ventura support

This commit is contained in:
zenobit 2023-04-01 19:15:04 +02:00
parent a9bfb2dbf6
commit ed91e62042
2 changed files with 5 additions and 6 deletions

View file

@ -1531,7 +1531,7 @@ function get_macos() {
local CWD=""
local MACRECOVERY=""
local MLB="00000000000000000"
local OS_TYPE="default"
local OS_TYPE="latest"
case ${RELEASE} in
lion) #10.7
@ -1565,8 +1565,7 @@ function get_macos() {
monterey) #12
BOARD_ID="Mac-E43C1C25D4880AD6";;
ventura) #13
echo "ERROR! Not yet supported: ${RELEASE}"
exit 1;;
BOARD_ID="Mac-7BA5B2D9E42DDD94";;
*) echo "ERROR! Unknown release: ${RELEASE}"
releases_macos
exit 1;;