mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
macOS Ventura support
This commit is contained in:
parent
a9bfb2dbf6
commit
ed91e62042
2 changed files with 5 additions and 6 deletions
5
quickget
5
quickget
|
@ -1531,7 +1531,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
|
||||
|
@ -1565,8 +1565,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…
Add table
Add a link
Reference in a new issue