-
Notifications
You must be signed in to change notification settings - Fork 4
Direct Deployment
To deploy packages directly from Apple simply run ./loopdown --install --app [app]
If the -a/--apps
argument is not specified, the default behaviour is to install packages for any of the audio applications that are installed.
The -s/--silent
flag suppresses all (or almost all) of the output that is sent to stdout
.
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.
To deploy mandatory packages for any of the audio applications installed on the target system:
jappleseed@infiniteloop:~ # ./loopdown --install -a all -m
To deploy mandatory and optional packages for Logic Pro X installed on the target system:
jappleseed@infiniteloop:~ # ./loopdown --install -a logicpro -m -o
To deploy mandatory and optional packages for Logic Pro X and MainStage installed on the target system:
jappleseed@infiniteloop:~ # ./loopdown --install -a logicpro mainstage -m -o
Use ./loopdown -h
to display the help message.