-
-
Notifications
You must be signed in to change notification settings - Fork 20
Homebrew
A frequently asked question we get from customers is if we have support for homebrew. At the time of writing, we don't officially support it, but it can be installed using a script a community member has written.
Homebrew is the easiest and most flexible way to install the UNIX tools Apple didn’t include with macOS. It can also install software not packaged for your Linux distribution to your home directory without requiring sudo
.
Before installation, please consider reading the installer script. You can read it on the GitHub Repo. This application will NOT be supported at any point either on Discord or from the vendor. They can and will reset your entire slot if you run into issues and ask for assistance.
You can run the script by using the following command:
bash <(curl -sL "https://github.com/brettpetch/hosted-scripts/raw/master/brew.sh")
:::tip If something goes wrong during your install, please consider checking the logs and the output in your console. You may find them by running the following:
less -r +G "$HOME/.logs/brew.log"
These can be helpful in cases where you need to see the output from installation. :::
For most troubleshooting, please consider consulting the Brew manpage.
Note: THERE WILL BE NO SUPPORT FOR ANY ASPECT OF THIS APP FROM EITHER MYSELF OR THE VENDOR. IF YOU BREAK SOMETHING YOU ARE ON YOUR OWN.