Skip to content

Commit

Permalink
update homebrew install link
Browse files Browse the repository at this point in the history
  • Loading branch information
MenkeTechnologies committed Mar 12, 2024
1 parent 57331ef commit 2146c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/zpwrInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ if [[ "$ZPWR_OS_TYPE" == "darwin" ]]; then
if ! zpwrCommandExists brew; then
# install homebrew
zpwrPrettyPrintBox "Installing HomeBrew..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/zpwrInstall.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi

if ! zpwrCommandExists brew; then
Expand Down

0 comments on commit 2146c96

Please sign in to comment.