mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update build for Pi 5 users
Version 2.7.8
This commit is contained in:
@ -2,6 +2,7 @@ import subprocess
|
||||
import requests
|
||||
import json
|
||||
import logging
|
||||
from pwnagotchi.plugins.default.auto_update import parse_version
|
||||
|
||||
import pwnagotchi
|
||||
|
||||
@ -92,8 +93,8 @@ def update_data(last_session):
|
||||
'build': "Pwnagotchi-Torch by Jayofelony",
|
||||
'plugins': enabled,
|
||||
'language': language,
|
||||
'bettercap': subprocess.getoutput("bettercap -version"),
|
||||
'opwngrid': subprocess.getoutput("pwngrid -version")
|
||||
'bettercap': parse_version("bettercap -version"),
|
||||
'opwngrid': parse_version("pwngrid -version")
|
||||
}
|
||||
|
||||
logging.debug("updating grid data: %s" % data)
|
||||
|
Reference in New Issue
Block a user