From 7c4231d9c07d1b16f40582ac76d0eec9165fcbe3 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 7 Nov 2023 16:36:16 +0800 Subject: [PATCH] Update debian.sh --- scripts/install/debian.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install/debian.sh b/scripts/install/debian.sh index e6bb20590..349822217 100644 --- a/scripts/install/debian.sh +++ b/scripts/install/debian.sh @@ -54,7 +54,8 @@ fi apt-get update -y apt install -y wget curl lsof unzip tar cron expect locate lrzsz -apt install -y rar unrar +apt install -y rar +apt install -y unrar apt install -y python3-pip python3-dev python3-venv