Updated to macOS Sonoma

Necessary to install and make use of the latest Apple Operating System.

Milestone: major
This commit is contained in:
Brooke Kuhlmann
2023-09-28 19:42:25 -06:00
parent 2170941383
commit 605b1e4c3f
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ image::https://alchemists.io/images/screencasts/mac_os/cover.svg[Screencast,600,
== Requirements
. link:https://www.apple.com/macos/ventura[macOS Ventura]
. link:https://www.apple.com/macos/sonoma[macOS Sonoma]
. link:https://developer.apple.com/xcode[Xcode]
== Setup

View File

@@ -5,7 +5,7 @@ set -o errexit
set -o pipefail
IFS=$'\n\t'
export MAC_OS_BOOT_DISK_CREATOR="/Applications/Install macOS Ventura.app/Contents/Resources/createinstallmedia"
export MAC_OS_BOOT_DISK_CREATOR="/Applications/Install macOS Sonoma.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"