mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
feat: add quickget support for macOS Ventura
This commit is contained in:
parent
031660cb4b
commit
3468c3a4d8
1 changed files with 1 additions and 2 deletions
3
quickget
3
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;;
|
||||
|
|
Loading…
Reference in a new issue