fix: Correct Tahoe version number (#329)

This commit is contained in:
Kroese 2025-10-03 11:17:16 +02:00 committed by GitHub
parent feac11ef9a
commit 6c6f929adf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -135,7 +135,7 @@ install() {
local dest="$2"
case "${version,,}" in
"tahoe" | "16"* )
"tahoe" | "26"* | "16"* )
board="Mac-CFF7D910A743CAAF" ;;
"sequoia" | "15"* )
board="Mac-937A206F2EE63C01" ;;