adding python3-pil

fix missing Pillow lib
This commit is contained in:
samba 2024-05-09 23:43:50 +02:00 committed by GitHub
parent cb93165c6d
commit f1b11e429e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,7 +156,8 @@ packages=("tshark"
"dnsutils" "dnsutils"
"python3-pip" "python3-pip"
"python3-venv" "python3-venv"
"net-tools") "net-tools"
"python3-pil")
echo -e "\e[39m[+] Checking dependencies...\e[39m" echo -e "\e[39m[+] Checking dependencies...\e[39m"
for package in "${packages[@]}" for package in "${packages[@]}"