Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user to groups #7

Closed
thijstriemstra opened this issue Aug 9, 2016 · 1 comment
Closed

Add user to groups #7

thijstriemstra opened this issue Aug 9, 2016 · 1 comment
Milestone

Comments

@thijstriemstra
Copy link
Contributor

I have an install.sh on the pi that adds the user to several groups, e.g.:

# setup permissions: add user to video, lpadmin, input and gpio groups
echo "Creating permissions..."
sudo groupadd -f -r gpio
sudo usermod -a -G gpio,lpadmin,video,input $(whoami)

Would be nice to have a setting that adds you to specified groups (and creates the group if it doesn't exist).

@FooDeas FooDeas added this to the v1.2.0 milestone Aug 12, 2016
@FooDeas
Copy link
Owner

FooDeas commented Aug 12, 2016

Good idea!

FooDeas added a commit that referenced this issue Aug 13, 2016
@FooDeas FooDeas closed this as completed Aug 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants