Update build

This commit is contained in:
jayofelony
2024-02-26 19:34:14 +01:00
parent 60a9da9acc
commit 6c03d95724
3 changed files with 3 additions and 3 deletions

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/bananagotchi', pwnagotchi.__version__, False, 'pwnagotchi')
('jayofelony/pwnagotchi', pwnagotchi.__version__, False, 'pwnagotchi')
]
for repo, local_version, is_native, svc_name in to_check: