Skip to content

Commit

Permalink
Update Create Install Media.command
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1111 authored Jul 22, 2024
1 parent 919f1a6 commit e748096
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Create Install Media.command
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ To continue, select the volume you want to use, then press the OK button" OK but
try
--If Continue
set theAction to button returned of (display dialog "
Choose the location of your Install macOS.app" with icon 2 buttons {"Quit", "10.13 to Sonoma 14"} cancel button "Quit" default button {"10.13 to Sonoma 14"})
if theAction = "10.13 to Sonoma 14" then
--If 10.13 to Sonoma 14
Choose the location of your Install macOS.app" with icon 2 buttons {"Quit", "10.13 to Sequoia 15"} cancel button "Quit" default button {"10.13 to Sequoia 15"})
if theAction = "10.13 to Sequoia 15" then
--If 10.13 to Sequoia 15

set InstallOSX to choose file of type {"XLSX", "APPL"} default location (path to applications folder) with prompt "Choose your Install macOS.app"
set OSXInstaller to POSIX path of InstallOSX
Expand Down

0 comments on commit e748096

Please sign in to comment.