Skip to content

Commit

Permalink
Merge pull request #468 from paddyroddy/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLocehiliosan committed Oct 20, 2023
2 parents 26aedd3 + f2f64a7 commit 21a95d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/050_bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21a95d0

Please sign in to comment.