From 76a4b3b3e60919c4d2808fe15e3ea2410cf68cea Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 28 Sep 2024 22:23:28 +0800 Subject: [PATCH] Update debian.sh --- scripts/install/debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/debian.sh b/scripts/install/debian.sh index bf38468c1..c000fc335 100644 --- a/scripts/install/debian.sh +++ b/scripts/install/debian.sh @@ -78,7 +78,7 @@ apt install -y bzip2 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" - apt install python3.12-venv + apt install -y python3.12-venv fi