Download garageband 6.0.5 for mac

broken image
broken image
broken image

usr/sbin/installer -pkg '$3/tmp/GarageBandBasicContent.pkg' -target '$3' This can also be done in Composer with a little work.Ĭopy GarageBand.app into Applications and the extra content files into a temporary folder (I always used /tmp) then add a postinstall script like the following to initiate the installations.

broken image

usr/sbin/installer -pkg MGBContentCompatibility.pkg -target '$3' usr/sbin/installer -pkg GarageBandExtraContent.pkg -target '$3' usr/sbin/installer -pkg GarageBandBasicContent.pkg -target '$3' In Packages, you add GarageBand.app into /Applications in the Payload and the extra content files into Additional Resources, then add a postinstall script like the following to initiate the installations. Like I use Packages to create my installations.