changed it to update using my repo
I changed to to look at my pwnagotchi repo unstead of evilsocket's pwnagotchi repo when it comes to updates
This commit is contained in:
parent
d2b22b2ff3
commit
eb5e2f77c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,6 +18,8 @@ pwnagotchi.egg-info
|
|||||||
*backup*.tgz
|
*backup*.tgz
|
||||||
*backup*.gz
|
*backup*.gz
|
||||||
.vscode
|
.vscode
|
||||||
|
pwnagotchi-raspbian-lite-master.sha256
|
||||||
|
pwnagotchi-raspbian-lite-master.zip
|
||||||
|
|
||||||
# Environments
|
# Environments
|
||||||
.env
|
.env
|
||||||
|
@ -185,7 +185,7 @@ class AutoUpdate(plugins.Plugin):
|
|||||||
to_check = [
|
to_check = [
|
||||||
('bettercap/bettercap', parse_version('bettercap -version'), True, 'bettercap'),
|
('bettercap/bettercap', parse_version('bettercap -version'), True, 'bettercap'),
|
||||||
('evilsocket/pwngrid', parse_version('pwngrid -version'), True, 'pwngrid-peer'),
|
('evilsocket/pwngrid', parse_version('pwngrid -version'), True, 'pwngrid-peer'),
|
||||||
('evilsocket/pwnagotchi', pwnagotchi.__version__, False, 'pwnagotchi')
|
('scifijunk/pwnagotchi', pwnagotchi.__version__, False, 'pwnagotchi')
|
||||||
]
|
]
|
||||||
|
|
||||||
for repo, local_version, is_native, svc_name in to_check:
|
for repo, local_version, is_native, svc_name in to_check:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user