mirror of
https://github.com/bytedream/aion.git
synced 2025-05-09 20:05:08 +02:00
Update shell.py
This commit is contained in:
parent
450c78d7d8
commit
77b2c72fa8
@ -141,6 +141,8 @@ def main():
|
|||||||
else:
|
else:
|
||||||
name = "Remove"
|
name = "Remove"
|
||||||
question = yesno(name + " " + package + "? (y/n): ")
|
question = yesno(name + " " + package + "? (y/n): ")
|
||||||
|
if name == "Remove":
|
||||||
|
name = "Remov"
|
||||||
if package == "aion":
|
if package == "aion":
|
||||||
if question is True:
|
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): ")
|
question = yesno("Should your personal data ('/etc/aion_data/': custom skills / plugins, version saves, language files, ...) deleted as well? (y/n): ")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user