fix cups-pdf issue on kali - develop

This commit is contained in:
Teja Swaroop Pothala 2025-03-31 12:04:50 -04:00
parent 7511c38520
commit f3b75bafa6
No known key found for this signature in database
GPG Key ID: DEBCE0B52FABDAAC

View File

@ -17,7 +17,7 @@ elif [ "${DISTRO}" == "alpine" ]; then
else else
apt-get update apt-get update
apt-get install -y cups-filters apt-get install -y cups-filters
apt-get install -y cups cups-client cups-pdf apt-get install -y cups cups-client printer-driver-cups-pdf
fi fi
# change the default path where pdfs are saved # change the default path where pdfs are saved