mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-09-17 00:20:38 +03:00
Merge pull request #14 from gliech/master
Skip the archlinux.org news in aurman
This commit is contained in:
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'],
|
||||||
|
Reference in New Issue
Block a user