feat: add quickget support for macOS Ventura

pull/718/head
Martin Wimpress 1 year ago
parent 031660cb4b
commit 3468c3a4d8
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 3
      quickget

@ -1473,8 +1473,7 @@ function get_macos() {
monterey) #12 monterey) #12
BOARD_ID="Mac-E43C1C25D4880AD6";; BOARD_ID="Mac-E43C1C25D4880AD6";;
ventura) #13 ventura) #13
echo "ERROR! Not yet supported: ${RELEASE}" BOARD_ID="Mac-7BA5B2D9E42DDD94";;
exit 1;;
*) echo "ERROR! Unknown release: ${RELEASE}" *) echo "ERROR! Unknown release: ${RELEASE}"
releases_macos releases_macos
exit 1;; exit 1;;

Loading…
Cancel
Save