Update build for Pi 5 users

Version 2.7.8
This commit is contained in:
Jeroen Oudshoorn
2024-01-24 10:24:01 +01:00
parent dde6fa4c2a
commit 7aacf9fb44
7 changed files with 26 additions and 24 deletions

View File

@ -92,7 +92,7 @@ def update_data(last_session):
'build': "Pwnagotchi-Torch by Jayofelony",
'plugins': enabled,
'language': language,
'bettercap': subprocess.getoutput("bettercap -version").split(".\n\n")[1],
'bettercap': subprocess.getoutput("bettercap -version"),
'opwngrid': subprocess.getoutput("pwngrid -version")
}