mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-07-27 05:53:50 +03:00
Merge pull request #15 from visibilityspots/master
Aurman feature: fetch new pgp keys without interaction
This commit is contained in:
2
aur.py
2
aur.py
@@ -72,7 +72,7 @@ EXAMPLES = '''
|
||||
def_lang = ['env', 'LC_ALL=C']
|
||||
|
||||
use_cmd = {
|
||||
'aurman': ['aurman', '-S', '--noconfirm', '--noedit', '--needed', '--skip_news'],
|
||||
'aurman': ['aurman', '-S', '--noconfirm', '--noedit', '--needed', '--skip_news', '--pgp_fetch'],
|
||||
'yay': ['yay', '-S', '--noconfirm', '--needed'],
|
||||
'pacaur': ['pacaur', '-S', '--noconfirm', '--noedit', '--needed'],
|
||||
'trizen': ['trizen', '-S', '--noconfirm', '--noedit', '--needed'],
|
||||
|
Reference in New Issue
Block a user