alexheretic / aurto

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

Require/hint `wheel` group on aurto init #56

Closed alexheretic closed 3 years ago

alexheretic commented 3 years ago

wheel group is needed for passwordless sudo commands that update-aurto uses. Currently it's just assumed that the user will already be in this group.

Warning or failing aurto init if the user is not in wheel should solve this.