From c161493c326f8666c499e138eade4b6119247eba Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Mon, 24 Oct 2022 18:43:09 -0600 Subject: [PATCH] Updated to macOS Ventura Necessary to be compatible with the latest version of the macOS operating system. --- README.adoc | 2 +- lib/settings.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 319ee6b..d48b4a4 100644 --- a/README.adoc +++ b/README.adoc @@ -45,7 +45,7 @@ image::https://www.alchemists.io/images/screencasts/mac_os/cover.svg[Screencast, == Requirements -. link:https://www.apple.com/macos/monterey[macOS Monterey] +. link:https://www.apple.com/macos/ventura[macOS Ventura] . link:https://developer.apple.com/xcode[Xcode] == Setup diff --git a/lib/settings.sh b/lib/settings.sh index 8e3c8ac..6f5bc8a 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 Monterey.app/Contents/Resources/createinstallmedia" +export MAC_OS_BOOT_DISK_CREATOR="/Applications/Install macOS Ventura.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"