Merge branch 'main' of https://git.mcorangehq.xyz/xomf/keypadOS
This commit is contained in:
@@ -66,7 +66,7 @@ function mod.GetBasalt()
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user