diff --git a/archinstall/applications/print_service.py b/archinstall/applications/print_service.py index fbe28f89..6e4c21a4 100644 --- a/archinstall/applications/print_service.py +++ b/archinstall/applications/print_service.py @@ -9,7 +9,7 @@ if TYPE_CHECKING: class PrintServiceApp: @property def packages(self) -> list[str]: - return ['cups', 'system-config-printer', 'cups-pk-helper'] + return ['cups', 'system-config-printer', 'cups-pk-helper', 'ghostscript'] @property def services(self) -> list[str]: