mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-26 15:01:28 +02:00
Merge branch 'bugfix/KASM-7109-fix_cups_pdf_issue_on_kali_1.16.1' into 'release/1.16.1'
fix cups-pdf issue on kali - 1.16.1 See merge request kasm-technologies/internal/workspaces-core-images!275
This commit is contained in:
commit
fffe449ad1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user