We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f36cf commit bbc661aCopy full SHA for bbc661a
1 file changed
bin/install-printer.sh
@@ -107,6 +107,6 @@ sudo lpoptions -d "$PRINTER_NAME"
107
108
echo "Printer '$PRINTER_NAME' installed and set as default."
109
echo ""
110
-echo "Test with: echo 'Test print' | lpr -P $PRINTER_NAME"
+echo "Test with: echo 'Test print' | lp"
111
echo "Status: lpstat -p $PRINTER_NAME"
112
echo "CUPS UI: http://$(hostname -I | awk '{print $1}'):631"
0 commit comments