From 2261355114e535ace8212c7fe4e68742ee3103cc Mon Sep 17 00:00:00 2001 From: Alexey336 Date: Thu, 16 Mar 2023 23:52:15 +0300 Subject: [PATCH] macOS Ventura recovery download --- quickget | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/quickget b/quickget index b03b5ab..b42e847 100755 --- a/quickget +++ b/quickget @@ -1259,7 +1259,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 @@ -1293,8 +1293,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;;