update rom
This commit is contained in:
@@ -7,7 +7,7 @@ local require = function(path)
|
||||
return __DEFAULT_IMPORT(path)
|
||||
end
|
||||
end
|
||||
local __UPDATE_HASH = "992a49eb630ace9e0f0c83bb5da6ced7e07d26a9"
|
||||
local __UPDATE_HASH = "56dffe1d3654b028310d4c9dc976b7c7cc8c9d5a"
|
||||
rawset(__BUNDLER_FILES, "updater.lua", function ()
|
||||
local utils = require("utils.lua")
|
||||
local config = require("config.lua")
|
||||
@@ -66,7 +66,7 @@ rawset(__BUNDLER_FILES, "updater.lua", function ()
|
||||
utils.MonPrint("Basalt found!")
|
||||
else
|
||||
utils.MonPrint("Downloading basalt...")
|
||||
local basalt_code = http.get(config.release_url).readAll()
|
||||
local basalt_code = http.get(config.basalt_url).readAll()
|
||||
utils.MonPrint("Installing basalt...")
|
||||
local file = fs.open("basalt.lua", "w")
|
||||
if not file then
|
||||
|
||||
Reference in New Issue
Block a user