From 6132653d5a787d6199cc829bbbea0010ca241f01 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Tue, 1 Dec 2020 14:55:11 +0100 Subject: [PATCH] docs: Homebrew bash script Fix ##8490 --- docs/_docs/installation/macos.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/_docs/installation/macos.md b/docs/_docs/installation/macos.md index bf1fd364..f318b592 100644 --- a/docs/_docs/installation/macos.md +++ b/docs/_docs/installation/macos.md @@ -22,8 +22,9 @@ To run the latest Ruby version you need to install it through [Homebrew](https:/ ```sh # Install Homebrew -/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +# Install Ruby brew install ruby ``` @@ -134,4 +135,4 @@ sudo gem install bundler jekyll ## Troubleshooting -See [Troubleshooting]({{ '/docs/troubleshooting/' | relative_url }}) or [ask for help on our forum](https://talk.jekyllrb.com). \ No newline at end of file +See [Troubleshooting]({{ '/docs/troubleshooting/' | relative_url }}) or [ask for help on our forum](https://talk.jekyllrb.com).