Hello every one,
Trying to make a bash script for adding a printer via Self Service. Some things is easier to solve and others not. :)
In this case I’m trying to fill out the following string to complete a command for a script.
lpadmin -p <destination> -E -D <destination> -v <device_uri> -m everywhere
The problem for me is what to set within all the < >, the printer in question is named followme and is a papercut-printer/que (follow me).
I’ve already run a command in my terminal that lists alot of parameters for the printer in question but I get rather unsure what to put where. Anybody able to help med out a bit? :)