summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2020-12-14 16:27:29 +0200
committerGitHub <noreply@github.com>2020-12-14 17:27:29 +0300
commit7bfa8c8eba72a109d940b1fa5c7acaed9cd7a52c (patch)
treeb38196b51b5c8fd0256676adc07ba0cec29cb85c
parent81968dea3a411aed2f451a941354283b945a35de (diff)
Update macos.md (#10379)
I got this: ``` /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in Bash. Please migrate to the following command: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" ```
-rw-r--r--packaging/installer/methods/macos.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/installer/methods/macos.md b/packaging/installer/methods/macos.md
index 01172fd354..95936ff8c0 100644
--- a/packaging/installer/methods/macos.md
+++ b/packaging/installer/methods/macos.md
@@ -23,7 +23,7 @@ package**](#install-netdata-with-the-homebrew-package).
If you don't have [Homebrew](https://brew.sh/) installed already, begin with their installation script:
```bash
-/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/master/install.sh)"
```
Next, you can use Homebrew's package, which installs Netdata all its dependencies in a single step: