Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jan 4, 2025
1 parent 4eacbca commit 8e6784b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/install/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ apt install -y libcurl4-openssl-dev
apt install -y curl libcurl4-gnutls-dev

# https://www.php.net/manual/zh/mysql-xdevapi.installation.php
apt install -y libprotobuf-dev
apt install -y libprotobuf-dev
apt install -y protobuf-compiler
apt install -y libboost-dev
apt install -y libboost-dev
apt install -y liblz4-tool
apt install -y zstd

Expand Down
4 changes: 2 additions & 2 deletions scripts/install/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ apt install -y libaio1t64
apt install -y dnsutils

# https://www.php.net/manual/zh/mysql-xdevapi.installation.php
apt install -y libprotobuf-dev
apt install -y libprotobuf-dev
apt install -y protobuf-compiler
apt install -y libboost-dev
apt install -y libboost-dev
apt install -y liblz4-tool
apt install -y zstd

Expand Down

0 comments on commit 8e6784b

Please sign in to comment.