mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Fix ventura RecoveryImage download
This commit is contained in:
parent
4226c5ac27
commit
ae15443da0
1 changed files with 2 additions and 1 deletions
3
quickget
3
quickget
|
@ -1433,7 +1433,8 @@ function get_macos() {
|
|||
monterey) #12
|
||||
BOARD_ID="Mac-E43C1C25D4880AD6";;
|
||||
ventura) #13
|
||||
BOARD_ID="Mac-7BA5B2D9E42DDD94";;
|
||||
BOARD_ID="Mac-7BA5B2D9E42DDD94"
|
||||
OS_TYPE="latest";;
|
||||
*) echo "ERROR! Unknown release: ${RELEASE}"
|
||||
releases_macos
|
||||
exit 1;;
|
||||
|
|
Loading…
Reference in a new issue