track first install timestamp

This commit is contained in:
2020-08-25 19:17:19 +01:00
parent 167dd25725
commit 47a00f74dc
2 changed files with 5 additions and 2 deletions

View File

@@ -953,6 +953,9 @@ local function install(force)
if not settings.get "potatOS.uuid" then
set("potatOS.uuid", gen_uuid())
end
if not settings.get "potatOS.ts" then
set("potatOS.ts", os.epoch "utc")
end
add_log("update complete", tostring(res) or "[some weirdness]")