From 3468c3a4d8b1dd2cc14a336179465a2d0dce7d4c Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 14 Jun 2023 10:09:37 +0100 Subject: [PATCH] feat: add quickget support for macOS Ventura --- quickget | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quickget b/quickget index 55843b1..2a742d7 100755 --- a/quickget +++ b/quickget @@ -1473,8 +1473,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;;