mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add initial support for macOS Monterey
This commit is contained in:
parent
3459aa8325
commit
1421492f87
2 changed files with 7 additions and 3 deletions
6
quickget
6
quickget
|
@ -180,7 +180,8 @@ function releases_macos() {
|
|||
echo high-sierra \
|
||||
mojave \
|
||||
catalina \
|
||||
big-sur
|
||||
big-sur \
|
||||
monterey
|
||||
}
|
||||
|
||||
function releases_popos() {
|
||||
|
@ -760,6 +761,9 @@ function get_macos() {
|
|||
big-sur)
|
||||
BOARD_ID="Mac-E43C1C25D4880AD6"
|
||||
MLB="00000000000000000";;
|
||||
monterey)
|
||||
BOARD_ID="Mac-06F11F11946D27C5"
|
||||
MLB="00000000000000000";;
|
||||
*) echo "ERROR! Unknown release: ${RELEASE}"
|
||||
releases_macos
|
||||
exit 1;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue