mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add initial support for macOS Ventura
This commit is contained in:
parent
02e0a9e55a
commit
2071816ede
2 changed files with 24 additions and 9 deletions
2
quickget
2
quickget
|
@ -1164,6 +1164,7 @@ function get_macos() {
|
|||
local CWD=""
|
||||
local MACRECOVERY=""
|
||||
local MLB=""
|
||||
local OS_TYPE="default"
|
||||
|
||||
case ${RELEASE} in
|
||||
high-sierra)
|
||||
|
@ -1214,6 +1215,7 @@ function get_macos() {
|
|||
${MACRECOVERY} \
|
||||
--board-id "${BOARD_ID}" \
|
||||
--mlb "${MLB}" \
|
||||
--os-type "${OS_TYPE}" \
|
||||
--basename RecoveryImage \
|
||||
--outdir "${VM_PATH}" \
|
||||
download
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue