feat: add quickget support for macOS Ventura

This commit is contained in:
Martin Wimpress 2023-06-14 10:09:37 +01:00
parent 031660cb4b
commit 3468c3a4d8
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -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;;