mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-08-14 00:38:25 +02:00
fix cups-pdf issue on kali - develop
This commit is contained in:
@ -17,7 +17,7 @@ elif [ "${DISTRO}" == "alpine" ]; then
|
||||
else
|
||||
apt-get update
|
||||
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
|
||||
|
||||
# change the default path where pdfs are saved
|
||||
|
Reference in New Issue
Block a user