Version 2.3.2

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-07 19:30:59 +02:00
parent 599513e55a
commit ecbb4f58d4

View File

@ -149,6 +149,9 @@ if __name__ == '__main__':
# input validation
if user_input.lower() in ('y', 'yes'):
os.system("rm /root/.auto-update && systemctl restart pwnagotchi")
print("Okay, give me a couple minutes. Just watch pwnlog while you wait.")
time.sleep(3)
os.system("pwnlog")
elif user_input.lower() in ('n', 'no'): # using this elif for readability
print("Okay, guess not!")
else: