:3
This commit is contained in:
parent
1e170263fd
commit
20495931d0
|
@ -7,7 +7,7 @@ local require = function(path)
|
||||||
return __DEFAULT_IMPORT(path)
|
return __DEFAULT_IMPORT(path)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
local __UPDATE_HASH = "32131b86ec80e34ab2d23337c9acc67413604d7f"
|
local __UPDATE_HASH = "979bd5bfa86b0404731e7575235126b2db006eb5"
|
||||||
rawset(__BUNDLER_FILES, "updater.lua", function ()
|
rawset(__BUNDLER_FILES, "updater.lua", function ()
|
||||||
local utils = require("utils.lua")
|
local utils = require("utils.lua")
|
||||||
local config = require("config.lua")
|
local config = require("config.lua")
|
||||||
|
@ -31,7 +31,7 @@ rawset(__BUNDLER_FILES, "updater.lua", function ()
|
||||||
end
|
end
|
||||||
fs.copy("startup.lua", "backup.lua")
|
fs.copy("startup.lua", "backup.lua")
|
||||||
if not string.find(update_code_text, __UPDATE_HASH) then
|
if not string.find(update_code_text, __UPDATE_HASH) then
|
||||||
http.post(config.ntfy_url, "Computer #" .. tostring( os.getComputerID() ) .. "updating")
|
http.post(config.ntfy_url, "Computer #" .. tostring( os.getComputerID() ) .. " updating")
|
||||||
local file = fs.open("startup.lua", "w")
|
local file = fs.open("startup.lua", "w")
|
||||||
file.write(update_code_text)
|
file.write(update_code_text)
|
||||||
file.close()
|
file.close()
|
||||||
|
|
|
@ -29,7 +29,7 @@ local function checkForUpdate()
|
||||||
fs.copy("startup.lua", "backup.lua")
|
fs.copy("startup.lua", "backup.lua")
|
||||||
|
|
||||||
if not string.find(update_code_text, __UPDATE_HASH) then
|
if not string.find(update_code_text, __UPDATE_HASH) then
|
||||||
http.post(config.ntfy_url, "Computer #" .. tostring( os.getComputerID() ) .. "updating")
|
http.post(config.ntfy_url, "Computer #" .. tostring( os.getComputerID() ) .. " updating")
|
||||||
local file = fs.open("startup.lua", "w")
|
local file = fs.open("startup.lua", "w")
|
||||||
file.write(update_code_text)
|
file.write(update_code_text)
|
||||||
file.close()
|
file.close()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user