Created
June 14, 2018 21:13
-
-
Save frgomes/f9c03b6b22f14d3c030819ee50270072 to your computer and use it in GitHub Desktop.
Bash - Find printers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt install avahi-ui-utils kde-zeroconf avahi-utils cups-client -y | |
sudo lpinfo --include-schemes dnssd -v | |
# More info: https://www.cups.org/doc/network.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment