macOSUpgrade icon indicating copy to clipboard operation
macOSUpgrade copied to clipboard

Automatically create macOS installer

Open kenchan0130 opened this issue 5 years ago • 1 comments

Motivation

Currently, we have to create the macOS installer with manual. However, this operation is slightly complicated.

We want to be able to update os with a very simple task.

Idea

Using Apple's sucatalog with script. And separate script from macOSUpgrade.sh.

Reference

https://github.com/munki/macadmin-scripts/blob/master/installinstallmacos.py can create sparseimage of macOS installer only.

kenchan0130 avatar Apr 08 '19 06:04 kenchan0130

I've been brainstorming ways to make this work as the task of caching a 6GB installer from your distribution points is tedious and it would make so much more sense to run a script within the script to pull down the installer from Apple's sucatalog. Happy to help with this @kenchan0130

adammartin253 avatar May 14 '19 06:05 adammartin253