From 9b5d2d131f434a887adb37cd623abbe0f0bfc934 Mon Sep 17 00:00:00 2001 From: sanshu <279902746@qq.com> Date: Sun, 21 Jun 2020 23:34:14 +0800 Subject: [PATCH] add mac tools add mac tools --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index f6513ecfe..ab075d275 100755 --- a/setup.sh +++ b/setup.sh @@ -11,6 +11,6 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then fi pip install backports.lzma protobuf pycrypto elif [[ "$OSTYPE" == "darwin"* ]]; then - brew install protobuf xz brotli lz4 aria2 + brew install protobuf xz brotli lz4 aria2 p7zip coreutils pip install backports.lzma protobuf pycrypto fi