I have a handful of packages that, for reasons I don’t understand completely- as I’m no packaging expert, refuse to install correctly as part of the build.
In some cases, there’s no app bundle in the apps folder, in other cases the bundle is there but the app doesn’t function properly.
I’d like to deep dive on those issues at some point – but my immediate question is – can I just have those packages install as part of a first boot script? Or perhaps a second boot script? Like my firstboot script would run, and one of the lines would be for it to copy another launchd item in, and that launchd item would call the next script etc?
Would that work? What sort of commands would be necessary to prompt a command line install of a pkg file?
Comments are closed