mleosu 17d0bd5a3a
Some checks failed
CI / tests (macOS-latest, bash) (push) Has been cancelled
CI / tests (ubuntu-latest, bash) (push) Has been cancelled
CI / tests (windows-latest, wsl-bash {0}) (push) Has been cancelled
Changes default git repos to local url
fixes issues with using https to use http

Keep supporting catalina

Changes default git repos to local url

fixes issues with using https to use http

Keep supporting catalina

Updates repo url
2025-09-14 04:38:08 -06:00

Homebrew (un)installer

Install Homebrew (on macOS or Linux)

/bin/bash -c "$(curl -fsSL http://pi5c0.lan:3000/homebrew-catalina/install/raw/branch/master/install.sh)"

More installation information and options: https://docs.brew.sh/Installation.

If you're on macOS, try out our new .pkg installer. Download it from Homebrew's latest GitHub release.

If you are running Linux or WSL, there are some pre-requisite packages to install.

You can set HOMEBREW_NO_INSTALL_FROM_API to tap Homebrew/homebrew-core; by default, it will not be tapped as it is no longer necessary.

You can set HOMEBREW_BREW_GIT_REMOTE and/or HOMEBREW_CORE_GIT_REMOTE in your shell environment to use geolocalized Git mirrors to speed up Homebrew's installation with this script and, after installation, brew update.

export HOMEBREW_BREW_GIT_REMOTE="..."  # put your Git mirror of Homebrew/brew here
export HOMEBREW_CORE_GIT_REMOTE="..."  # put your Git mirror of Homebrew/homebrew-core here
/bin/bash -c "$(curl -fsSL http://pi5c0.lan:3000/homebrew-catalina/install/raw/branch/master/install.sh)"

The default Git remote will be used if the corresponding environment variable is unset.

If you want to run the Homebrew installer non-interactively without prompting for passwords (e.g. in automation scripts), you can use:

NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL http://pi5c0.lan:3000/homebrew-catalina/install/raw/branch/master/install.sh)"

Uninstall Homebrew

/bin/bash -c "$(curl -fsSL http://pi5c0.lan:3000/homebrew-catalina/install/raw/branch/master/uninstall.sh)"

If you want to run the Homebrew uninstaller non-interactively, you can use:

NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL http://pi5c0.lan:3000/homebrew-catalina/install/raw/branch/master/uninstall.sh)"

Download the uninstall script and run /bin/bash uninstall.sh --help to view more uninstall options.

Description
No description provided
Readme 928 KiB