Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-10 18:22:01 +02:00
parent c5c3464760
commit 01f5d9987d

View File

@ -184,7 +184,7 @@ class AutoUpdate(plugins.Plugin):
to_install = [] to_install = []
to_check = [ to_check = [
('jayofelony/bettercap', parse_version('bettercap -version'), True, 'bettercap'), ('jayofelony/bettercap', parse_version('bettercap -version'), True, 'bettercap'),
('rai68/opwngrid/', parse_version('pwngrid -version'), True, 'pwngrid-peer'), ('jayofelony/pwngrid', parse_version('pwngrid -version'), True, 'pwngrid-peer'),
('jayofelony/pwnagotchi', pwnagotchi.__version__, False, 'pwnagotchi') ('jayofelony/pwnagotchi', pwnagotchi.__version__, False, 'pwnagotchi')
] ]