Update binary

This commit is contained in:
Jeroen Oudshoorn
2024-01-05 21:37:18 +01:00
parent 28e2ce9ff7
commit 379d87f50a

View File

@ -162,7 +162,7 @@ def pwnagotchi_cli():
sys.exit(0) sys.exit(0)
if args.check_update: if args.check_update:
resp = requests.get("https://api.github.com/repos/jayofelony/pwnagotchi/releases/latest") resp = requests.get("https://api.github.com/repos/jayofelony/pwnagotchi-bookworm/releases/latest")
latest = resp.json() latest = resp.json()
latest_ver = latest['tag_name'].replace('v', '') latest_ver = latest['tag_name'].replace('v', '')