Skip to content

Commit f9b2a76

Browse files
committed
Change bettercap to my own repo
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
1 parent 80279ca commit f9b2a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwnagotchi/plugins/default/auto-update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def on_internet_available(self, agent):
208208

209209
to_install = []
210210
to_check = [
211-
('bettercap/bettercap', parse_version('bettercap -version'), True, 'bettercap'),
211+
('jayofelony/bettercap', parse_version('bettercap -version'), True, 'bettercap'),
212212
('jayofelony/pwngrid', parse_version('pwngrid -version'), True, 'pwngrid-peer'),
213213
('jayofelony/pwnagotchi', pwnagotchi.__version__, False, 'pwnagotchi')
214214
]

0 commit comments

Comments
 (0)