alexheretic / aurto

Arch Linux AUR tool for managing an auto-updating local 'aurto' package repository
MIT License
137 stars 9 forks source link

Require wheel group to aurto init #57

Closed alexheretic closed 3 years ago

alexheretic commented 3 years ago

If a user is not in the wheel group when running aurto init it will fail.

$ aurto init
aurto: Initialising for user: alex
aurto: user is not in group `wheel`, this is required for auto updating. Add with: usermod -aG wheel alex

Resolves #56