Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Downloading Packages

carlashley edited this page May 1, 2024 · 1 revision

To download the content to use for other deployment methodologies, you can use ./loopdown --create-mirror [path] and provide either -a/--app [app] or -p/--plist [plist].

NOTE: When using -a/--apps, the app selected from the garageband, logicpro, mainstage options must be installed. If an app is not installed, it will be skipped.

Examples:

To download the mandatory packages for the version of GarageBand installed locally to your desktop:

jappleseed@infiniteloop:~ # ./loopdown --create-mirror ~/Desktop/garageband -a garageband -m

To download the mandatory and optional packages for the version of GarageBand installed locally to your desktop:

jappleseed@infiniteloop:~ # ./loopdown --create-mirror ~/Desktop/garageband -a garageband -m -o

To download the optional packages for a version of GarageBand that uses the packages released with GarageBand 10.1.6:

jappleseed@infiniteloop:~ # ./loopdown --create-mirror ~/Desktop/garageband -p garageband1016 -o

Help:

Use ./loopdown -h to display the help message.