scriptingosx / fetch-installer-pkg

A tool to download the a pkg installer for the Install macOS Big Sur app from Apple's softwareupdate servers
Other
166 stars 24 forks source link

command line option to provide the URL without downloading #4

Open jgstew opened 3 years ago

jgstew commented 3 years ago

Instead of downloading the pkg I would like to just get the URL for it that would be downloaded so that I can pass that on to other things (AutoPkg for instance)

Alitejawi commented 3 years ago

Instead of downloading the pkg I would like to just get the URL for it that would be downloaded so that I can pass that on to other things (AutoPkg for instance)

Hmm. Thinking out loud about this, but the installers consists of multiple files that get combined. You would get a url for a selection of InstallAssistant.pkm, BuildManifest.plist, UpdateBrain and for the InstallInfo.plist. @scriptingosx , please do share if this would be even a thing.