From bfaba4b40d0be2738c7b72e770f7b0f1fa35ae0c Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Mon, 25 Oct 2021 18:00:45 -0600 Subject: [PATCH] Updated to macOS Monterey Necessary to support the latest version of the operation system which was released today. --- README.adoc | 2 +- lib/settings.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 4d25256..98cb81d 100644 --- a/README.adoc +++ b/README.adoc @@ -48,7 +48,7 @@ image::https://www.alchemists.io/images/screencasts/mac_os/cover.svg[Screencast, == Requirements -. link:https://www.apple.com/macos/big-sur[macOS Big Sur] +. link:https://www.apple.com/macos/monterey[macOS Monterey] . link:https://developer.apple.com/xcode[Xcode] == Setup diff --git a/lib/settings.sh b/lib/settings.sh index a67f648..8e3c8ac 100644 --- a/lib/settings.sh +++ b/lib/settings.sh @@ -5,7 +5,7 @@ set -o errexit set -o pipefail IFS=$'\n\t' -export MAC_OS_BOOT_DISK_CREATOR="/Applications/Install macOS Big Sur.app/Contents/Resources/createinstallmedia" +export MAC_OS_BOOT_DISK_CREATOR="/Applications/Install macOS Monterey.app/Contents/Resources/createinstallmedia" export MAC_OS_BOOT_DISK_PATH="/Volumes/Untitled" export MAC_OS_WORK_PATH=/tmp/downloads export MAC_OS_CONFIG_PATH="../mac_os-config"