Skip to content

Commit

Permalink
update Homebrew install
Browse files Browse the repository at this point in the history
  • Loading branch information
bretonics committed Apr 4, 2021
1 parent 8a02704 commit 82de780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ installApps() {
installHomebrew() {
subsection "Installing Homebrew Package Manager"

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
addHomebrewPath

message "DONE installing Homebrew"
Expand Down

0 comments on commit 82de780

Please sign in to comment.