Installing App Catalog
Last updated About 5 hours ago
Local
Examplecurl -sSL https://cdn.appcatalog.cloud/install_app_catalog.zsh | sudo zsh --no-rcs
This command will download and install the catalog app on your Mac.
Mobile Device Management
Example#!/bin/zsh --no-rcs
# Install App Catalog when not installed yet
if [[ ! -f "/usr/local/bin/catalog" ]]; then
curl -sSL https://cdn.appcatalog.cloud/install_app_catalog.zsh | zsh
fiinstall_app_catalog.zsh
184 bytes