From 6119adbe2dd95ddf22d75163c82a975f79c8ffe5 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 21 Dec 2024 00:41:39 +0800 Subject: [PATCH] Update debian.sh --- scripts/install/debian.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install/debian.sh b/scripts/install/debian.sh index 04e4ec561..d1410e5a3 100644 --- a/scripts/install/debian.sh +++ b/scripts/install/debian.sh @@ -86,6 +86,8 @@ apt install -y libnuma1 apt install -y libaio1 apt install -y libmecab2 +apt install -y dnsutils + P_VER=`python3 -V | awk '{print $2}'` if version_ge "$P_VER" "3.11.0" ;then echo -e "\e[1;31mapt install python3.12-venv\e[0m"