Last active
April 28, 2024 18:28
-
-
Save eggplants/c98cff68f03b50f6f667a4ad3b74508b to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env bash | |
# Epson Inkjet Printer Driver (ESC/P-R) for Linux | |
sudo apt install ./epson-inkjet-printer-escpr_*_amd64.deb | |
# also | |
sudo apt install printer-driver-escpr psutils cups |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment