Skip to content

Commit

Permalink
Update brew install script location
Browse files Browse the repository at this point in the history
Brew has changed the name of the main branch from `master` to `HEAD`, as such, Brew will not install correctly on new installations of Pmetrics.
  • Loading branch information
mhovd authored Feb 4, 2024
1 parent ae7d0d3 commit 0d82523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/mac/install_homebrew.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

0 comments on commit 0d82523

Please sign in to comment.