From 342e5b8d2445b6cb1e34080f0b94be6a00bec6f3 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 8 Sep 2023 20:26:18 +0200 Subject: [PATCH] Revert "Version 2.3.4" This reverts commit 047c556577292e8821ab8bde2df1c5b9b3ca3aaa. --- pwnagotchi/plugins/default/auto-update.py | 2 -- 1 file changed, 2 deletions(-) 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)