mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-09-17 00:20:38 +03:00
yaourt remove from choices
This commit is contained in:
2
aur.py
2
aur.py
@@ -209,7 +209,7 @@ def main():
|
|||||||
},
|
},
|
||||||
'use': {
|
'use': {
|
||||||
'default': 'auto',
|
'default': 'auto',
|
||||||
'choices': ['auto', 'aurman', 'pacaur', 'trizen', 'pikaur', 'yaourt', 'yay', 'makepkg'],
|
'choices': ['auto', 'aurman', 'pacaur', 'trizen', 'pikaur', 'yay', 'makepkg'],
|
||||||
},
|
},
|
||||||
'skip_installed': {
|
'skip_installed': {
|
||||||
'default': False,
|
'default': False,
|
||||||
|
Reference in New Issue
Block a user