We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de41eb commit d5ca464Copy full SHA for d5ca464
quickget
@@ -836,7 +836,7 @@ function releases_maboxlinux() {
836
}
837
838
function releases_macos() {
839
- echo mojave catalina big-sur monterey ventura sonoma sequoia
+ echo mojave catalina big-sur monterey ventura sonoma sequoia tahoe
840
841
842
function releases_mageia() {
@@ -2118,6 +2118,8 @@ function get_macos() {
2118
BOARD_ID="Mac-827FAC58A8FDFA22";;
2119
sequoia|15)
2120
BOARD_ID="Mac-53FDB3D8DB8CA971";;
2121
+ tahoe|26)
2122
+ BOARD_ID="Mac-E1008331FDC96864";; # Mac-E1008331FDC96864 is MacBookPro16,1 (16-inch Late 2019)
2123
*) echo "ERROR! Unknown release: ${RELEASE}"
2124
releases_macos
2125
exit 1;;
0 commit comments