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:52:07 +01:00
parent 96a3326ecb
commit cb98ebf2ae

View File

@ -203,7 +203,6 @@ class AutoUpdate(plugins.Plugin):
if info['url'] is not None: if info['url'] is not None:
# 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")
logging.warning( logging.warning(
"update for %s available (local version is '%s'): %s" % ( "update for %s available (local version is '%s'): %s" % (