From 6a942db1135ea2ba81e0361eee4f0a4fb726a5e3 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 21 Dec 2024 00:41:42 +0800 Subject: [PATCH] Update ubuntu.sh --- scripts/install/ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index 0c4ee86c37..7114773338 100644 --- a/scripts/install/ubuntu.sh +++ b/scripts/install/ubuntu.sh @@ -46,6 +46,7 @@ apt install -y libmecab2 apt install -y numactl apt install -y libaio1t64 +apt install -y dnsutils P_VER=`python3 -V | awk '{print $2}'` if version_ge "$P_VER" "3.11.0" ;then