Skip to content

Commit d5ca464

Browse files
committed
feat: add support for macOS 26 tahoe
1 parent 4de41eb commit d5ca464

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

quickget

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ function releases_maboxlinux() {
836836
}
837837

838838
function releases_macos() {
839-
echo mojave catalina big-sur monterey ventura sonoma sequoia
839+
echo mojave catalina big-sur monterey ventura sonoma sequoia tahoe
840840
}
841841

842842
function releases_mageia() {
@@ -2118,6 +2118,8 @@ function get_macos() {
21182118
BOARD_ID="Mac-827FAC58A8FDFA22";;
21192119
sequoia|15)
21202120
BOARD_ID="Mac-53FDB3D8DB8CA971";;
2121+
tahoe|26)
2122+
BOARD_ID="Mac-E1008331FDC96864";; # Mac-E1008331FDC96864 is MacBookPro16,1 (16-inch Late 2019)
21212123
*) echo "ERROR! Unknown release: ${RELEASE}"
21222124
releases_macos
21232125
exit 1;;

0 commit comments

Comments
 (0)