Skip to content

Instantly share code, notes, and snippets.

@theguly
theguly / create-iso.sh
Last active January 4, 2024 18:51 — forked from julianxhokaxhiu/create-iso.sh
Simple bash script to create a Bootable ISO from macOS Ventura Install Image from Mac App Store
#!/usr/bin/env bash
#===========================================================================
# Works only with the official image available in the Mac App Store.
# Make sure you download the official installer before running this script.
#===========================================================================
# softwareupdate --fetch-full-installer --full-installer-version 13.6.1
# softwareupdate --fetch-full-installer --full-installer-version
# Change this at your desire. Sometimes this works out of the box, sometimes not.