how did we get here?
This commit is contained in:
parent
7292f271fb
commit
9d8398565b
|
@ -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