Update debian.sh

This commit is contained in:
Mr Chen 2025-01-24 17:05:31 +08:00
parent 193bf20a3e
commit bc3854b4c4
1 changed files with 1 additions and 0 deletions

View File

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