From 6c729611d0dca00ccd0c29e81b085b403aee28de Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Sun, 19 Nov 2023 15:58:17 +0100 Subject: [PATCH] auto-update.py: Added aarch64 check for pwngrid/bettercap Signed-off-by: Jeroen Oudshoorn --- 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 dc6b390b..fc6194e4 100644 --- a/pwnagotchi/plugins/default/auto-update.py +++ b/pwnagotchi/plugins/default/auto-update.py @@ -201,8 +201,6 @@ class AutoUpdate(plugins.Plugin): for repo, local_version, is_native, svc_name in to_check: info = check(local_version, repo, is_native) if info['url'] is not None: - # Turn off bettercap wifi recon while updating - from pwnagotchi.bettercap import Client logging.warning( "update for %s available (local version is '%s'): %s" % (