how did we get here?

This commit is contained in:
xomf 2024-08-21 02:17:19 +00:00
parent 7292f271fb
commit 9d8398565b

View File

@ -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")