this prob better
This commit is contained in:
parent
9440379967
commit
e62abe56d6
|
@ -7,7 +7,7 @@ local require = function(path)
|
|||
return __DEFAULT_IMPORT(path)
|
||||
end
|
||||
end
|
||||
local KEYPADOS_UPDATE_HASH = "sYwpknAxtIejdgUxBJigwxgG"
|
||||
local KEYPADOS_UPDATE_HASH = "bKkYwsVcXKtXDBdkQPQTxFYR"
|
||||
rawset(__BUNDLER_FILES, "updater.lua", function ()
|
||||
local utils = require("utils.lua")
|
||||
local LAST_USED = os.time()
|
||||
|
@ -33,6 +33,7 @@ rawset(__BUNDLER_FILES, "updater.lua", function ()
|
|||
os.reboot()
|
||||
else
|
||||
print("Nothing changed, not updating.")
|
||||
sleep(50) -- delete this later
|
||||
LAST_USED = os.time()
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user