Deploy homebrew packages through jumpcloud
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ07-01-2022 04:36 AM
Hi All @ Can anyone help with deploy homebrew packages through jumpcloud,
Like how we can map the homebrew repository (https://formulae.brew.sh/cask/) or (https://brew.sh/) with jumpcloud for easy package deployment for MAC.
Labels:
- Labels:
-
Device Management - MacOS
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ07-02-2022 11:43 AM
Per https://brew.sh/, you can install brew in a non-interactive manner with:
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
I would make that a command (meaning a shell script that runs the command above) and then have it run on your mac devices.