adding python3-pil
fix missing Pillow lib
This commit is contained in:
parent
cb93165c6d
commit
f1b11e429e
@ -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[@]}"
|
||||||
|
Loading…
Reference in New Issue
Block a user