From cc01c5cbc131cbd5b46b6b170ba28f2c0c4b945d Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 15 Jun 2024 22:41:29 +0800 Subject: [PATCH] Update debian.sh --- scripts/install/debian.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install/debian.sh b/scripts/install/debian.sh index 14612ee03..4b48cf6d2 100644 --- a/scripts/install/debian.sh +++ b/scripts/install/debian.sh @@ -61,7 +61,8 @@ apt install -y unrar apt install -y pv apt install -y bc apt install -y python3-pip python3-dev python3-venv - +apt install -y libncurses5 +apt install -y libncurses5-dev if [ -f /usr/sbin/ufw ];then # look @@ -189,7 +190,7 @@ apt install -y dia apt install -y pkg-config apt install -y zlib1g-dev -apt install -y libevent-dev libncurses5-dev libldap2-dev +apt install -y libevent-dev libldap2-dev apt install -y libzip-dev apt install -y libicu-dev apt install -y libyaml-dev