From 28e13079786447551d49db6a8ca3dc912ca94b9c Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 6 Dec 2023 10:43:55 -0800 Subject: [PATCH] Add Sonoma to macports install --- recipes/mac-setup/macports | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/mac-setup/macports b/recipes/mac-setup/macports index 88d531e..1186597 100755 --- a/recipes/mac-setup/macports +++ b/recipes/mac-setup/macports @@ -3,6 +3,9 @@ set -e MACPORTS_VERSION=2.8.1 MACOS_VERSION=$(sw_vers -productVersion) case $MACOS_VERSION in + 14.*) + MACOS_NAME=14-Sonoma + ;; 13.*) MACOS_NAME=13-Ventura ;; @@ -31,4 +34,4 @@ log "Install xcode tools" xcode-select --install || true log "Run macports installer" -sudo installer -pkg "${PROJECT_DIR}/tmp/${INSTALLER_NAME}" -target / \ No newline at end of file +sudo installer -pkg "${PROJECT_DIR}/tmp/${INSTALLER_NAME}" -target /