From f1b11e429e426fd57e5001c05948d90cf4c3bbff Mon Sep 17 00:00:00 2001 From: samba Date: Thu, 9 May 2024 23:43:50 +0200 Subject: [PATCH] adding python3-pil fix missing Pillow lib --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7512b41..dddf0cf 100644 --- a/install.sh +++ b/install.sh @@ -156,7 +156,8 @@ packages=("tshark" "dnsutils" "python3-pip" "python3-venv" - "net-tools") + "net-tools" + "python3-pil") echo -e "\e[39m[+] Checking dependencies...\e[39m" for package in "${packages[@]}"