From 41296702a66694a74add1a3fd449a6c67408b5bc Mon Sep 17 00:00:00 2001 From: Nicholas Sherlock Date: Mon, 20 Jun 2022 13:17:06 +1200 Subject: [PATCH] Update board ID to avoid fetching Ventura for Monterey recovery (#198) --- scripts/monterey/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/monterey/Makefile b/scripts/monterey/Makefile index b257ce3..275af33 100644 --- a/scripts/monterey/Makefile +++ b/scripts/monterey/Makefile @@ -60,7 +60,7 @@ else endif BaseSystem.dmg : - ../../fetch-macOS-v2.py --action download --board-id Mac-7BA5B2D9E42DDD94 --os latest + ../../fetch-macOS-v2.py --action download --board-id Mac-F60DEB81FF30ACF6 --os latest InstallAssistant.pkg : ../../backups/fetch-macOS.py --version latest --title "macOS Monterey"