Merge branch 'main' of https://git.mcorangehq.xyz/xomf/keypadOS
This commit is contained in:
		
						commit
						68422b9343
					
				| 
						 | 
					@ -7,7 +7,7 @@ local require = function(path)
 | 
				
			||||||
        return __DEFAULT_IMPORT(path)
 | 
					        return __DEFAULT_IMPORT(path)
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
local __UPDATE_HASH = "992a49eb630ace9e0f0c83bb5da6ced7e07d26a9"
 | 
					local __UPDATE_HASH = "56dffe1d3654b028310d4c9dc976b7c7cc8c9d5a"
 | 
				
			||||||
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")
 | 
				
			||||||
| 
						 | 
					@ -66,7 +66,7 @@ rawset(__BUNDLER_FILES, "updater.lua", function ()
 | 
				
			||||||
            utils.MonPrint("Basalt found!")
 | 
					            utils.MonPrint("Basalt found!")
 | 
				
			||||||
        else
 | 
					        else
 | 
				
			||||||
            utils.MonPrint("Downloading basalt...")
 | 
					            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...")
 | 
					            utils.MonPrint("Installing basalt...")
 | 
				
			||||||
            local file = fs.open("basalt.lua", "w")
 | 
					            local file = fs.open("basalt.lua", "w")
 | 
				
			||||||
            if not file then
 | 
					            if not file then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -66,7 +66,7 @@ function mod.GetBasalt()
 | 
				
			||||||
        utils.MonPrint("Basalt found!")
 | 
					        utils.MonPrint("Basalt found!")
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
        utils.MonPrint("Downloading basalt...")
 | 
					        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...")
 | 
					        utils.MonPrint("Installing basalt...")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        local file = fs.open("basalt.lua", "w")
 | 
					        local file = fs.open("basalt.lua", "w")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user