Update auto-update.py

This commit is contained in:
jayofelony
2024-02-25 13:42:12 +01:00
parent 9ba23d77d1
commit 73e0a1fce7

View File

@ -189,7 +189,7 @@ class AutoUpdate(plugins.Plugin):
to_check = [
('jayofelony/bettercap', parse_version('bettercap -version'), True, 'bettercap'),
('jayofelony/pwngrid', parse_version('pwngrid -version'), True, 'pwngrid-peer'),
('jayofelony/pwnagotchi', pwnagotchi.__version__, False, 'pwnagotchi')
('jayofelony/bananagotchi', pwnagotchi.__version__, False, 'pwnagotchi')
]
for repo, local_version, is_native, svc_name in to_check: