mirror of https://github.com/kewlfft/ansible-aur
Merge pull request #15 from visibilityspots/master
Aurman feature: fetch new pgp keys without interactionpull/12/merge
commit
9772b680dd
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'],
|
||||
|
|
Loading…
Reference in New Issue