Skip to content

Commit

Permalink
Fix ventura RecoveryImage download
Browse files Browse the repository at this point in the history
  • Loading branch information
SafaSafari authored and flexiondotorg committed Oct 16, 2023
1 parent 4226c5a commit ae15443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quickget
Original file line number Diff line number Diff line change
Expand Up @@ -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;;
Expand Down

0 comments on commit ae15443

Please sign in to comment.