Skip to content

Commit

Permalink
brotli 压缩安装更新
Browse files Browse the repository at this point in the history
  • Loading branch information
EtherDream committed May 10, 2019
1 parent e4d0892 commit 9ea8fd3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions log-svc/setup-brotli.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
#!/usr/bin/env bash
# 功能:安装 brotli 压缩工具
# 依赖:cmake(yum install -y cmake)

git clone --depth 1 https://github.com/google/brotli.git
cd brotli

./configure-cmake
make

mkdir -p ~/tools
mv brotli ~/tools
mv bin/brotli ~/tools

cd ..
rm -rf brotli

0 comments on commit 9ea8fd3

Please sign in to comment.