Skip to content

Instantly share code, notes, and snippets.

@danylokos
Last active August 11, 2020 09:30
Show Gist options
  • Save danylokos/36f6f15550e1577370491b424cfdc626 to your computer and use it in GitHub Desktop.
Save danylokos/36f6f15550e1577370491b424cfdc626 to your computer and use it in GitHub Desktop.
macOS Catalina bootable USB
  1. Download installer
softwareupdate --fetch-full-installer

or specific version

softwareupdate --fetch-full-installer --full-installer-version 10.15.5
  1. Create bootable USB
sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment