mirror of https://github.com/kewlfft/ansible-aur
commit
3ebf634913
2
aur.py
2
aur.py
|
@ -72,7 +72,7 @@ EXAMPLES = '''
|
||||||
def_lang = ['env', 'LC_ALL=C']
|
def_lang = ['env', 'LC_ALL=C']
|
||||||
|
|
||||||
use_cmd = {
|
use_cmd = {
|
||||||
'aurman': ['aurman', '-S', '--noconfirm', '--noedit', '--needed'],
|
'aurman': ['aurman', '-S', '--noconfirm', '--noedit', '--needed', '--skip_news'],
|
||||||
'yay': ['yay', '-S', '--noconfirm', '--needed'],
|
'yay': ['yay', '-S', '--noconfirm', '--needed'],
|
||||||
'pacaur': ['pacaur', '-S', '--noconfirm', '--noedit', '--needed'],
|
'pacaur': ['pacaur', '-S', '--noconfirm', '--noedit', '--needed'],
|
||||||
'trizen': ['trizen', '-S', '--noconfirm', '--noedit', '--needed'],
|
'trizen': ['trizen', '-S', '--noconfirm', '--noedit', '--needed'],
|
||||||
|
|
Loading…
Reference in New Issue