Last active
March 12, 2016 03:39
-
-
Save triple-j/5312f2e5ee090d6c699d to your computer and use it in GitHub Desktop.
Setup RaspPI as a print server
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/sh | |
sudo apt-get install --yes cups cups-pdf hplip | |
sudo usermod -a -G lpadmin $USER | |
sudo usermod -a -G lp $USER | |
sudo cupsctl --remote-any | |
sudo /etc/init.d/cups restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment