Skip to content

Commit

Permalink
fix(macos): quickget macos sonoma download sequoia BaseSystem.dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggerx01 authored Jan 6, 2025
1 parent 622ecfd commit 3aa1b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickget
Original file line number Diff line number Diff line change
Expand Up @@ -2063,7 +2063,7 @@ function get_macos() {
ventura|13)
BOARD_ID="Mac-BE088AF8C5EB4FA2";;
sonoma|14)
BOARD_ID="Mac-53FDB3D8DB8CA971";;
BOARD_ID="Mac-827FAC58A8FDFA22";;
*) echo "ERROR! Unknown release: ${RELEASE}"
releases_macos
exit 1;;
Expand Down

0 comments on commit 3aa1b9c

Please sign in to comment.