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