|
@@ -30,6 +30,7 @@ def com_update(args):
|
|
|
print("Installing Update from", tmp.name)
|
|
print("Installing Update from", tmp.name)
|
|
|
run([tmp.name, "install"], check=True)
|
|
run([tmp.name, "install"], check=True)
|
|
|
run(["rm", tmp.name])
|
|
run(["rm", tmp.name])
|
|
|
|
|
+ run(["date"])
|
|
|
with open(checksum_path, "wb") as fd:
|
|
with open(checksum_path, "wb") as fd:
|
|
|
fd.write(checksum)
|
|
fd.write(checksum)
|
|
|
return 0
|
|
return 0
|