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: 11 days ago
JSON representation
AutoBrew: Homebrew deployments made easy
- Host: GitHub
- URL: https://github.com/kennyb-222/autobrew
- Owner: kennyb-222
- Created: 2020-04-13T19:29:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T02:07:59.000Z (almost 3 years ago)
- Last Synced: 2024-02-14T21:54:23.369Z (9 months ago)
- Topics: automation, brew, developer-tools, homebrew, jamf, jamf-pro, macos, munki, shell-scripting
- Language: Shell
- Homepage:
- Size: 58.6 KB
- Stars: 93
- Watchers: 10
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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"`