cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy homebrew packages through jumpcloud

nilesh_salvi
Novitiate I

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.

 

 

 

 

1 REPLY 1

jeff-codecov
Novitiate III

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.