-
Notifications
You must be signed in to change notification settings - Fork 159
Add option to choose preferred AUR helper #765
Comments
I don't strongly object, but what's the point in having both of them? If you're happy with one wouldn't it be simple just to uninstall the other? It's not like they fill different goals. |
Sounds logical, sure. However, I like to test both. It's convenient to have them both installed rather than having to uninstall and reinstall. There are things Paru can do that Yay cannot as well. |
Fixed in #776 |
What's the configuration option? I don't see anything new in the man page or example config. |
Judging by the source code in #776, [linux]
# Arguments to pass yay (or paru) when updating packages
#yay_arguments = "--nodevel"
#trizen_arguments = "--devel"
arch_package_manager = "paru"
... |
The AUR helpers have to be capitalized, turns out:
|
Good catch, i've filed #784 for that and the config example. |
I just tested while Yay and Paru were installed and it used Yay by default. I thought when you first added Paru support it was the other way around. Either way, it would be nice to be able to have both installed and choose between them.
The text was updated successfully, but these errors were encountered: