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 chasecovello committed Apr 3, 2024
1 parent dd72263 commit 81bac4e
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 81bac4e

Please sign in to comment.