Update shell.py

This commit is contained in:
blueShard-dev 2020-06-28 11:26:31 +00:00 committed by GitHub
parent 450c78d7d8
commit 77b2c72fa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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): ")