We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6886a7 commit a2f36cfCopy full SHA for a2f36cf
1 file changed
bin/install-printer.sh
@@ -7,9 +7,9 @@
7
# PRINTER_HOST - network hostname or IP address of the Rongta RP326 device
8
# PRINTER_NAME - CUPS queue name for the printer (e.g. s2-receipt)
9
# Rongta driver - must be installed before running this script;
10
-# it provides /usr/share/ppd/rongta/Printer80.ppd
+# it provides /usr/share/cups/model/rongta/Printer80.ppd
11
12
-PPD=/usr/share/ppd/rongta/Printer80.ppd
+PPD=/usr/share/cups/model/rongta/Printer80.ppd
13
14
# ── Check prerequisites ────────────────────────────────────────────────────────
15
err=0
0 commit comments