Installing apps
Last updated 4 days ago
Installing a single app using the Catalog Agent is very straightforward and requires two things:
sudo catalog -i BUNDLE_IDENTIFIERsudo catalog --install BUNDLE_IDENTIFIERsudo catalog -i com.google.Chromesudo 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 -i BUNDLE_IDENTIFIER -ssudo catalog --install BUNDLE_IDENTIFIER --silent