From 483d27ea8c2348d2513107efc4eb3a564a85dfa3 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Sat, 9 Sep 2023 11:08:12 +0200 Subject: [PATCH] Version 2.3.5 Signed-off-by: Jeroen Oudshoorn Signed-off-by: Jeroen Oudshoorn --- bin/pwnagotchi | 2 -- pwnagotchi/plugins/default/auto-update.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/bin/pwnagotchi b/bin/pwnagotchi index 96f405c7..0418d88d 100755 --- a/bin/pwnagotchi +++ b/bin/pwnagotchi @@ -147,8 +147,6 @@ if __name__ == '__main__': 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: diff --git a/pwnagotchi/plugins/default/auto-update.py b/pwnagotchi/plugins/default/auto-update.py index 22803a59..eac48f55 100644 --- a/pwnagotchi/plugins/default/auto-update.py +++ b/pwnagotchi/plugins/default/auto-update.py @@ -95,8 +95,6 @@ def verify(name, path, source_path, display, update): def install(display, update): - logging.info("[update] Stopping Bettercap and Pwngrid to save resources.") - os.system("systemctl stop bettercap pwngrid") name = update['repo'].split('/')[1] path = make_path_for(name)