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:
@ -201,8 +201,6 @@ class AutoUpdate(plugins.Plugin):
|
|||||||
for repo, local_version, is_native, svc_name in to_check:
|
for repo, local_version, is_native, svc_name in to_check:
|
||||||
info = check(local_version, repo, is_native)
|
info = check(local_version, repo, is_native)
|
||||||
if info['url'] is not None:
|
if info['url'] is not None:
|
||||||
# Turn off bettercap wifi recon while updating
|
|
||||||
from pwnagotchi.bettercap import Client
|
|
||||||
|
|
||||||
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