mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
auto-update.py: Added aarch64 check for pwngrid/bettercap
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -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" % (
|
||||||
|
Reference in New Issue
Block a user