From f2f64a77726b55b920f71b77b5894083274d4bd1 Mon Sep 17 00:00:00 2001 From: Patrick Roddy Date: Thu, 19 Oct 2023 11:29:50 +0100 Subject: [PATCH] Fix typo in bootstrapping --- _docs/050_bootstrap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/050_bootstrap.md b/_docs/050_bootstrap.md index a83ca99..719c085 100644 --- a/_docs/050_bootstrap.md +++ b/_docs/050_bootstrap.md @@ -63,7 +63,7 @@ if [ "$system_type" = "Darwin" ]; then # install homebrew if it's missing if ! command -v brew >/dev/null 2>&1; then echo "Installing homebrew" - /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" + /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" fi if [ -f "$HOME/.Brewfile" ]; then