Installing apps
Last updated 5 days ago
Installing a single app using the Catalog Agent is very straightforward and requires two things:
sudo catalog install BUNDLE_IDENTIFIERsudo catalog install com.google.ChromeCatalog Agent notifications must be granted by the user or MDM: Granting User Notifications
To silently install an app, use the silent option in the command:
sudo catalog install BUNDLE_IDENTIFIER -ssudo catalog install BUNDLE_IDENTIFIER --silentUse catalog help install to get all the available options.