Files
mac_os/lib/settings.sh
Brooke Kuhlmann 76fd15a82f Updated to macOS Tahoe
Necessary to leverage the latest operating system version.

Milestone: major
2025-09-19 08:25:47 -06:00

12 lines
324 B
Bash

#! /usr/bin/env bash
set -o nounset
set -o errexit
set -o pipefail
IFS=$'\n\t'
export MAC_OS_BOOT_DISK_CREATOR="/Applications/Install macOS Tahoe.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"