From 4dba62612940f995bf7f44c9234a51373a8729ef Mon Sep 17 00:00:00 2001 From: wy-luke Date: Mon, 20 Nov 2023 17:33:08 +0800 Subject: [PATCH] fix: remove brew packages --- sd-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sd-installer.sh b/sd-installer.sh index fc60a93..5f2ea94 100755 --- a/sd-installer.sh +++ b/sd-installer.sh @@ -199,7 +199,7 @@ fi brew update echo_green "Install the packages required" -brew install cmake protobuf rust git wget +# brew install cmake protobuf rust git wget # brew install --cask cmake echo