-
Notifications
You must be signed in to change notification settings - Fork 25
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
sudo only when required #35
Comments
I'm currently working around this by:
For more, see SE U&L question: Have pacmatic wrap aurman/pakku/pacaur/yaourt wrap powerpill wrap pacman |
Using those aliases (with yay on aurman) asks for the sudo password 2 times and I can't figure why. You know how to prevent it? |
@G4Zz0L1 There are 2 Google about for "how to sudo without password" for no password, or "sudo remember password" if you only want to type the password once. |
Currently I need to run
pacmatic
asroot
.Would you consider using
sudo
to perform only the required actions with elevated permissions?AUR helpers (specified in
$pacman_program
) generally expect to be run as a non-root user, which is what prompted me to raise this issue.The text was updated successfully, but these errors were encountered: