auto-update.py: Added aarch64 check for pwngrid/bettercap

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-11-19 15:51:44 +01:00
parent f1a12d6cbd
commit 96a3326ecb

View File

@ -204,7 +204,6 @@ class AutoUpdate(plugins.Plugin):
# Turn off bettercap wifi recon while updating # Turn off bettercap wifi recon while updating
from pwnagotchi.bettercap import Client from pwnagotchi.bettercap import Client
agent = Client('localhost', port=8081, username="pwnagotchi", password="pwnagotchi") agent = Client('localhost', port=8081, username="pwnagotchi", password="pwnagotchi")
agent.run("wifi.recon off")
logging.warning( logging.warning(
"update for %s available (local version is '%s'): %s" % ( "update for %s available (local version is '%s'): %s" % (