From 4f22ebebf358443b247ee20a1c66ac486933c1ee Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 25 Feb 2019 17:12:56 +0100 Subject: [PATCH] required debian packages --- README | 4 +++- debian-install.sh | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 debian-install.sh diff --git a/README b/README index 5304c2c..bbce74c 100644 --- a/README +++ b/README @@ -1,5 +1,7 @@ Goal is to write replacement SafeQ using cups and samba For now, first goal is to support SafeQ terminal protocol so we can re-use devices not supported -by vendor any more. +by vendor any more. We are targeting only Xerox devices which we have. + +./debian-install.sh # will install required Debian packages diff --git a/debian-install.sh b/debian-install.sh new file mode 100644 index 0000000..fab157b --- /dev/null +++ b/debian-install.sh @@ -0,0 +1 @@ +sudo apt-get install cups printer-driver-fujixerox -- 2.20.1