pull/794/head
dami 1 month ago
parent e2b7fec286
commit 244ae40969
  1. 1
      scripts/install/debian.sh
  2. 1
      scripts/install/ubuntu.sh

@ -90,6 +90,7 @@ apt install -y libmecab2
apt install -y dnsutils
apt install -y apache2-utils
apt install -y numactl
apt install -y xxd
P_VER=`python3 -V | awk '{print $2}'`
if version_ge "$P_VER" "3.11.0" ;then

@ -50,6 +50,7 @@ apt install -y libaio1t64
apt install -y dnsutils
apt install -y numactl
apt install -y xxd
# https://www.php.net/manual/zh/mysql-xdevapi.installation.php
apt install -y libprotobuf-dev

Loading…
Cancel
Save