From f9dc23fbcbcfc85e22ef8d115fed8e50c637a127 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Mon, 12 Apr 2021 22:12:44 -0700 Subject: [PATCH] [bootstrap] add `brew update` (#189) --- script/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/bootstrap.sh b/script/bootstrap.sh index 4f3b8e7c5..67e3d2dd0 100755 --- a/script/bootstrap.sh +++ b/script/bootstrap.sh @@ -109,6 +109,7 @@ elif [ "$(uname)" = "Darwin" ]; then echo "OS is Darwin" ## Install packages + brew update brew install coreutils \ readline \ cmake \