mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 17:46:31 +00:00
Add Sonoma to macports install
This commit is contained in:
parent
8c930355bd
commit
28e1307978
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user