MagerValp / AutoDMG

Create deployable system images from OS X installer
1.22k stars 117 forks source link

feature request ability of downloading through given catalog url and generating dmg file on the fly #215

Closed hereisderek closed 6 years ago

hereisderek commented 6 years ago

It's a pain in the ass trying to get mac 10.14 beta full installer app through app store when it will only download a 17mb stub

clburlison commented 6 years ago

The following script can be used to solve that issue. IMO adding this into AutoDMG would make it harder to maintain. https://github.com/munki/macadmin-scripts/blob/master/installinstallmacos.py

hereisderek commented 6 years ago

amazing, just what i was looking for, didn't know it exist.

thanks a lot. and thx for the app also