We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
Good idea!
Sorry, something went wrong.
Added user group appending (ref #7)
4efd714
No branches or pull requests
I have an install.sh on the pi that adds the user to several groups, e.g.:
Would be nice to have a setting that adds you to specified groups (and creates the group if it doesn't exist).
The text was updated successfully, but these errors were encountered: