From 72d432ac7a074ab9715d79f9e4f457f4e16f5c34 Mon Sep 17 00:00:00 2001 From: kewl fft Date: Thu, 11 Apr 2019 19:17:36 +0100 Subject: [PATCH] yaourt remove from choices --- aur.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aur.py b/aur.py index 50b39a5..7a035fb 100644 --- a/aur.py +++ b/aur.py @@ -209,7 +209,7 @@ def main(): }, 'use': { 'default': 'auto', - 'choices': ['auto', 'aurman', 'pacaur', 'trizen', 'pikaur', 'yaourt', 'yay', 'makepkg'], + 'choices': ['auto', 'aurman', 'pacaur', 'trizen', 'pikaur', 'yay', 'makepkg'], }, 'skip_installed': { 'default': False,