diff --git a/aion-0.1.0_alpha/aion_core/shell/shell.py b/aion-0.1.0_alpha/aion_core/shell/shell.py index 288e413..a35e87a 100644 --- a/aion-0.1.0_alpha/aion_core/shell/shell.py +++ b/aion-0.1.0_alpha/aion_core/shell/shell.py @@ -141,6 +141,8 @@ def main(): else: name = "Remove" question = yesno(name + " " + package + "? (y/n): ") + if name == "Remove": + name = "Remov" if package == "aion": if question is True: question = yesno("Should your personal data ('/etc/aion_data/': custom skills / plugins, version saves, language files, ...) deleted as well? (y/n): ")