We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d115f commit fa21593Copy full SHA for fa21593
README.md
@@ -22,7 +22,7 @@ cd Projects/dotfiles
22
Install [Homebrew](https://brew.sh) and opt out of its analytics:
23
24
```
25
-/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
+/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
26
brew update
27
brew upgrade
28
brew analytics off
0 commit comments