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)" ```
Costa Tsaousis committed
Dec 14, 2020 at 16:27 UTC
7bfa8c8eba72a109d940b1fa5c7acaed9cd7a52c
1 file changed
+1
-1
packaging/installer/methods/macos.md
+1
-1
@@ -23,7 +23,7 @@ package**](#install-netdata-with-the-homebrew-package).
23
If you don't have [Homebrew](https://brew.sh/) installed already, begin with their installation script:
24
25
```bash
26
-/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
26
+/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
27
```
28
29
Next, you can use Homebrew's package, which installs Netdata all its dependencies in a single step: