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.
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.
New to the site? Take a look at these additional resources:
Ready to join us? You can register here.