From c736a04b4f207551f9bff97be27c00b59fd5074e Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 31 Dec 2024 00:34:08 +0800 Subject: [PATCH] Update debian.sh --- scripts/install/debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install/debian.sh b/scripts/install/debian.sh index d1410e5a3b..5b7a16ead8 100644 --- a/scripts/install/debian.sh +++ b/scripts/install/debian.sh @@ -87,6 +87,7 @@ apt install -y libaio1 apt install -y libmecab2 apt install -y dnsutils +apt install -y apache2-utils P_VER=`python3 -V | awk '{print $2}'` if version_ge "$P_VER" "3.11.0" ;then