Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/kennyb-222/AutoBrew

AutoBrew: Homebrew deployments made easy
https://github.com/kennyb-222/AutoBrew

automation brew developer-tools homebrew jamf jamf-pro macos munki shell-scripting

Last synced: about 2 months ago
JSON representation

AutoBrew: Homebrew deployments made easy

Lists

README

        

# AutoBrew

AutoBrew.sh makes Homebrew deployments simple, easy, and automated.

##### Disclaimer
"Running/Installing Homebrew as root is extremely dangerous and no longer supported using the official Homebrew installation method."

### How to install Homebrew using AutoBrew.sh
Simply run this script using your favorite management tool such as Jamf Pro or Munki to install Homebrew as the currently logged in user, or you can run the script directly from the command line as follows:

`sudo /bin/sh /path/to/AutoBrew.sh`

You can also run this script with an argument containing the username to install homebrew for any predefined user:

`sudo /bin/sh /path/to/AutoBrew.sh "username"`