adding libpangos

This commit is contained in:
samba 2024-05-10 00:07:59 +02:00 committed by GitHub
parent f1b11e429e
commit 9402887aca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,9 @@ packages=("tshark"
"python3-pip"
"python3-venv"
"net-tools"
"python3-pil")
"python3-pil"
"libpango-1.0"
"libpangoft2-1.0-0")
echo -e "\e[39m[+] Checking dependencies...\e[39m"
for package in "${packages[@]}"