From 4c2921f7ab87460c0666e69d6bb9686f14d04df0 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Tue, 1 Nov 2022 12:07:19 +0530 Subject: [PATCH] ringmaster: turn off brew analytics --- content/posts/ringmaster.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/ringmaster.md b/content/posts/ringmaster.md index 28f8bfc..0d53ff0 100644 --- a/content/posts/ringmaster.md +++ b/content/posts/ringmaster.md @@ -21,6 +21,7 @@ Make sure that the install command is the same [from here](https://brew.sh/). ```bash /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +brew analytics off brew update brew upgrade ```