mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
fix: Correct Tahoe version number (#329)
This commit is contained in:
parent
feac11ef9a
commit
6c6f929adf
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ install() {
|
|||
local dest="$2"
|
||||
|
||||
case "${version,,}" in
|
||||
"tahoe" | "16"* )
|
||||
"tahoe" | "26"* | "16"* )
|
||||
board="Mac-CFF7D910A743CAAF" ;;
|
||||
"sequoia" | "15"* )
|
||||
board="Mac-937A206F2EE63C01" ;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue