Created
August 1, 2016 17:44
-
-
Save gjpalau/4a0f4f5d9f679160899afb0ab8b8b49c to your computer and use it in GitHub Desktop.
script to allow "Everyone" to add or remove printers on Mac
This file contains 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 | |
dseditgroup -o edit -a "everyone" -t group lpadmin | |
exit $? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment