From 6f930d861acf2854ef600d91111dd0c16b05676b Mon Sep 17 00:00:00 2001 From: Mason Tran Date: Wed, 11 Oct 2023 16:26:03 -0400 Subject: [PATCH] [script] add `grep` to `brew` packages in bootstrap --- script/bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/script/bootstrap b/script/bootstrap index 724cebb5..b4c1bbc2 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -74,6 +74,7 @@ install_packages_brew() brew install \ coreutils \ openjdk@11 \ + grep \ wget }