Skip to content

Commit a2f36cf

Browse files
committed
Look for Rongta PPD in /usr/share/cups/model
Made-with: Cursor
1 parent c6886a7 commit a2f36cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/install-printer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# PRINTER_HOST - network hostname or IP address of the Rongta RP326 device
88
# PRINTER_NAME - CUPS queue name for the printer (e.g. s2-receipt)
99
# Rongta driver - must be installed before running this script;
10-
# it provides /usr/share/ppd/rongta/Printer80.ppd
10+
# it provides /usr/share/cups/model/rongta/Printer80.ppd
1111

12-
PPD=/usr/share/ppd/rongta/Printer80.ppd
12+
PPD=/usr/share/cups/model/rongta/Printer80.ppd
1313

1414
# ── Check prerequisites ────────────────────────────────────────────────────────
1515
err=0

0 commit comments

Comments
 (0)