Update changelog, disable comments, add wifi config to install script

This commit is contained in:
Thomas Farstrike
2025-12-16 20:51:19 +01:00
parent 5867a7ed1d
commit 581d6a69a9
3 changed files with 8 additions and 1 deletions
@@ -210,7 +210,7 @@ class AppStore(Activity):
print("ERROR: failed to download chunk, even with retries!")
return False
else:
print(f"Downloaded chunk: {chunk}")
#print(f"Downloaded chunk: {chunk}")
if chunk:
#print("writing chunk...")
fd.write(chunk)