Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Closes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashuber69 committed Sep 12, 2018
1 parent 0dfe96f commit 91da481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion common/add-printer
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ set -o nounset
set -o pipefail

# Direct web browser to http://localhost:631 for administration
sudo usermod -a -G lpadmin $USER

lpadmin -p Brother_MFC-L2750DW -E -v dnssd://Brother%20MFC-L2750DW%20series._ipp._tcp.local/?uuid=e3248000-80ce-11db-8000-3c2af455cc92 -m gutenprint.5.2://pcl-g_6_lf_a4
lpadmin -p Brother_MFC-L2750DW -o PageSize=A4
lpadmin -p Brother_MFC-L2750DW -o Resolution=600dpi
lpadmin -p Brother_MFC-L2750DW -o Duplex=DuplexNoTumble
lpoptions -d Brother_MFC-L2750DW

1 change: 0 additions & 1 deletion raspbian/setup1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ sudo apt-get upgrade --assume-yes

# Install printing support
sudo apt-get install cups --assume-yes
sudo usermod -a -G lpadmin pi

./../common/add-printer
./../common/install-nodejs
Expand Down

0 comments on commit 91da481

Please sign in to comment.