File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ Select OS or Quit: "
99 build_mount=" /Volumes/install_build"
1010 app_mount=" /Volumes/install_app"
1111 apps_v1=" |macOS Sierra|OS X El Capitan|OS X Yosemite|OS X Mavericks|"
12- apps_v2=" |macOS High Sierra|macOS Mojave|macOS Catalina|macOS Big Sur|macOS Monterey|macOS Ventura|macOS Sonoma"
13- apps_large=" |macOS Big Sur|macOS Monterey|macOS Ventura|macOS Sonoma"
12+ apps_v2=" |macOS High Sierra|macOS Mojave|macOS Catalina|macOS Big Sur|macOS Monterey|macOS Ventura|macOS Sonoma| "
13+ apps_large=" |macOS Big Sur|macOS Monterey|macOS Ventura|macOS Sonoma| "
1414 apps=(
1515 " macOS Sonoma"
1616 " macOS Ventura"
@@ -125,7 +125,7 @@ Select OS or Quit: "
125125
126126 iso_size=" 8125m"
127127 if [[ " $apps_large " == * " |$1 |" * ]]; then
128- iso_size=" 13750m "
128+ iso_size=" 15000m "
129129 fi
130130 # Create a blank ISO with a Single Partition
131131 hdiutil create -o " $temp /$1 .cdr" -size " $iso_size " -layout SPUD -fs HFS+J
You can’t perform that action at this time.
0 commit comments